Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DTestWallpaperService.kt160 assertCreated() in onDesiredSizeChanged()
168 assertCreated() in onDestroy()
203 assertCreated() in onSurfaceChanged()
211 assertCreated() in onSurfaceCreated()
221 assertCreated() in onSurfaceDestroyed()
230 assertCreated() in onSurfaceRedrawNeeded()
253 private fun assertCreated() { in assertCreated() method in android.app.cts.wallpapers.TestWallpaperService.FakeEngine
/cts/hostsidetests/time/host/src/android/time/cts/host/
DLocationTimeZoneManagerHostTest.java251 mPrimaryFakeTimeZoneProviderShellHelper.assertCreated(); in testOnlyPrimary_suggestionMade()
316 mPrimaryFakeTimeZoneProviderShellHelper.assertCreated(); in test_dupeSuggestionsMade_rateLimited()
386 mPrimaryFakeTimeZoneProviderShellHelper.assertCreated(); in test_dupeSuggestionsMade_notRateLimited()
451 mSecondaryFakeTimeZoneProviderShellHelper.assertCreated(); in testOnlySecondary_suggestionMade()
508 mPrimaryFakeTimeZoneProviderShellHelper.assertCreated(); in testPrimaryAndSecondary()
509 mSecondaryFakeTimeZoneProviderShellHelper.assertCreated(); in testPrimaryAndSecondary()
/cts/tests/tests/util/src/android/util/cts/
DLruCacheTest.java102 assertCreated(cache, "aa", "created-aa"); in testStatisticsWithCreate()
106 assertCreated(cache, "bb", "created-bb"); in testStatisticsWithCreate()
110 assertCreated(cache, "cc", "created-cc"); in testStatisticsWithCreate()
114 assertCreated(cache, "dd", "created-dd"); in testStatisticsWithCreate()
118 assertCreated(cache, "aa", "created-aa"); in testStatisticsWithCreate()
501 private void assertCreated(LruCache<String, String> cache, String key, String value) {
/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DFakeTimeZoneProviderAppShellHelper.java240 public void assertCreated() throws Exception { in assertCreated() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper