aboutsummaryrefslogtreecommitdiff
path: root/tests/common/src/com/android/tv/testing/Utils.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common/src/com/android/tv/testing/Utils.java')
-rw-r--r--tests/common/src/com/android/tv/testing/Utils.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/common/src/com/android/tv/testing/Utils.java b/tests/common/src/com/android/tv/testing/Utils.java
index c1a7506f..9e1bd3e9 100644
--- a/tests/common/src/com/android/tv/testing/Utils.java
+++ b/tests/common/src/com/android/tv/testing/Utils.java
@@ -29,6 +29,7 @@ import android.os.Looper;
import android.text.TextUtils;
import android.util.Log;
+import com.android.tv.common.TvCommonUtils;
import com.android.tv.util.MainThreadExecutor;
import java.io.IOException;
@@ -46,7 +47,7 @@ import java.util.concurrent.Future;
*
* <p>This class is also used to check whether TV app is running in tests or not.
*
- * @see com.android.tv.util.Utils#isRunningInTest
+ * @see TvCommonUtils#isRunningInTest
*/
public final class Utils {
private static final String TAG ="Utils";