Searched refs:assertCreated (Results 1 – 4 of 4) sorted by relevance
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | TestWallpaperService.kt | 160 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
|
/cts/hostsidetests/time/host/src/android/time/cts/host/ |
D | LocationTimeZoneManagerHostTest.java | 251 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/ |
D | LruCacheTest.java | 102 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/ |
D | FakeTimeZoneProviderAppShellHelper.java | 240 public void assertCreated() throws Exception { in assertCreated() method in FakeTimeZoneProviderAppShellHelper.FakeTimeZoneProviderShellHelper
|