Home
last modified time | relevance | path

Searched refs:mThrowException (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvProviderUtilsTest.java95 FakeTvProviderForTesting.mThrowException = false; in testGetExistingColumns_noException()
107 FakeTvProviderForTesting.mThrowException = true; in testGetExistingColumns_throwsException()
118 private static boolean mThrowException; field in TvProviderUtilsTest.FakeTvProviderForTesting
122 if (mThrowException) { in call()