Home
last modified time | relevance | path

Searched defs:destroyed (Results 1 – 7 of 7) sorted by relevance

/cts/tests/musicrecognition/src/android/musicrecognition/cts/
DCtsMusicRecognitionService.java97 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsMusicRecognitionService.Watcher
/cts/tests/contentsuggestions/src/android/contentsuggestions/cts/
DCtsContentSuggestionsService.java127 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsContentSuggestionsService.Watcher
/cts/tests/smartspace/src/android/smartspace/cts/
DCtsSmartspaceService.java131 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsSmartspaceService.Watcher
/cts/tests/searchui/src/android/searchuiservice/cts/
DCtsSearchUiService.java132 public CountDownLatch destroyed = new CountDownLatch(1); field in CtsSearchUiService.Watcher
/cts/hostsidetests/adpf/app/hintsession/src/cpp/external/
Dandroid_native_app_glue.h179 int destroyed; member
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_ibinder.cpp26 bool destroyed = false; in TEST_F() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1782 int destroyed) { in setWallpaperComponentAndWait()