Home
last modified time | relevance | path

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

/cts/tests/musicrecognition/src/android/musicrecognition/cts/
DCtsMusicRecognitionService.java50 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/
DCtsSmartspaceService.java99 sWatcher.destroyed.countDown(); in onDestroySmartspaceSession()
107 sWatcher.destroyed.countDown(); in onDestroy()
131 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsSmartspaceService.Watcher
DSmartspaceManagerTest.java106 await(mWatcher.destroyed, "Waiting for onDestroy()"); in tearDown()
122 await(mWatcher.destroyed, "Waiting for onDestroy()"); in testDestroySession()
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java59 sWatcher.destroyed.countDown(); in onDestroy()
127 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsContentSuggestionsService.Watcher
DContentSuggestionsManagerTest.java101 await(mWatcher.destroyed, "Waiting for service destroyed"); in tearDown()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp26 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/
DCtsSearchUiService.java55 sWatcher.destroyed.countDown(); in onDestroy()
118 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsSearchUiService.Watcher
DSearchUiManagerTest.java115 await(mWatcher.destroyed, "Waiting for onDestroy()"); in tearDown()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java378 boolean destroyed = MockService.waitForDestroy(WAIT_TIME);
379 assertTrue(destroyed);