/cts/tests/musicrecognition/src/android/musicrecognition/cts/ |
D | CtsMusicRecognitionService.java | 50 sWatcher.destroyed.countDown(); in onDestroy() 97 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsMusicRecognitionService.Watcher 104 await(destroyed, "Waiting for service destroyed"); in awaitOnDestroy()
|
/cts/tests/smartspace/src/android/smartspace/cts/ |
D | CtsSmartspaceService.java | 99 sWatcher.destroyed.countDown(); in onDestroySmartspaceSession() 107 sWatcher.destroyed.countDown(); in onDestroy() 131 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsSmartspaceService.Watcher
|
D | SmartspaceManagerTest.java | 106 await(mWatcher.destroyed, "Waiting for onDestroy()"); in tearDown() 122 await(mWatcher.destroyed, "Waiting for onDestroy()"); in testDestroySession()
|
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/ |
D | CtsContentSuggestionsService.java | 59 sWatcher.destroyed.countDown(); in onDestroy() 127 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsContentSuggestionsService.Watcher
|
D | ContentSuggestionsManagerTest.java | 101 await(mWatcher.destroyed, "Waiting for service destroyed"); in tearDown()
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_ibinder.cpp | 26 bool destroyed = false; in TEST_F() local 28 SampleData::newBinder(nullptr, [&](SampleData*) { destroyed = true; }); in TEST_F() 29 EXPECT_FALSE(destroyed); in TEST_F() 31 EXPECT_FALSE(destroyed); in TEST_F() 33 EXPECT_FALSE(destroyed); in TEST_F() 35 EXPECT_TRUE(destroyed); in TEST_F()
|
/cts/tests/searchui/src/android/searchuiservice/cts/ |
D | CtsSearchUiService.java | 55 sWatcher.destroyed.countDown(); in onDestroy() 132 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsSearchUiService.Watcher
|
D | SearchUiManagerTest.java | 115 await(mWatcher.destroyed, "Waiting for onDestroy()"); in tearDown()
|
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/ |
D | android_native_app_glue.h | 179 int destroyed; member
|
D | android_native_app_glue.c | 178 android_app->destroyed = 1; in android_app_destroy() 322 while (!android_app->destroyed) { in android_app_free()
|
/cts/tests/wallpapereffectsgeneration/src/android/wallpapereffectsgeneration/cts/ |
D | WallpaperEffectsGenerationManagerTest.java | 104 await(mWatcher.destroyed, "Waiting for onDestroyed()"); in tearDown()
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperManagerTest.java | 1782 int destroyed) { in setWallpaperComponentAndWait() argument 1784 SLEEP_MS, TimeUnit.MILLISECONDS, created, destroyed, 0, in setWallpaperComponentAndWait()
|
/cts/tests/app/src/android/app/cts/ |
D | ActivityManagerTest.java | 502 boolean destroyed = MockService.waitForDestroy(WAIT_TIME); 503 assertTrue(destroyed);
|