Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvProviderUtilsTest.java96 FakeTvProviderForTesting.mBundleResult = new Bundle(); in testGetExistingColumns_noException()
97 FakeTvProviderForTesting.mBundleResult.putStringArray( in testGetExistingColumns_noException()
108 FakeTvProviderForTesting.mBundleResult = new Bundle(); in testGetExistingColumns_throwsException()
117 private static Bundle mBundleResult; field in TvProviderUtilsTest.FakeTvProviderForTesting
125 return mBundleResult; in call()