Home
last modified time | relevance | path

Searched defs:callbackExecutor (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarWatchdogManagerTest.java163 ExecutorService callbackExecutor = Executors.newSingleThreadExecutor(); in testCheckHealthStatus() local
220 ExecutorService callbackExecutor = Executors.newSingleThreadExecutor(); in testTellClientAlive() local
406 ExecutorService callbackExecutor = Executors.newSingleThreadExecutor(); in testResourceOveruseListenerForSystem() local
813 ExecutorService callbackExecutor = Executors.newSingleThreadExecutor(); in testListenIoOveruse() local
928 private static boolean shutdownNowAndAwaitTermination(ExecutorService callbackExecutor) { in shutdownNowAndAwaitTermination()
DCarAudioManagerTest.java958 Executor callbackExecutor = Executors.newFixedThreadPool(1); in requestMediaAudioOnPrimaryZone() local
981 Executor callbackExecutor = Executors.newFixedThreadPool(1); in requestMediaAudioOnPrimaryZone_withoutApprover() local
1221 Executor callbackExecutor = Executors.newFixedThreadPool(1); in switchAudioZoneToConfig() local
1250 Executor callbackExecutor = Executors.newFixedThreadPool(1); in switchAudioZoneToConfig_withDynamicDevicesEnabled() local
1282 Executor callbackExecutor = Executors.newFixedThreadPool(1); in switchAudioZoneToConfig_withNullConfig_fails() local
1315 Executor callbackExecutor = Executors.newFixedThreadPool(1); in switchAudioZoneToConfig_withNullCallback_fails() local
1462 Executor callbackExecutor = Executors.newFixedThreadPool(1); in requestToPlayMediaInPrimaryZone() local
1882 Executor callbackExecutor = Executors.newFixedThreadPool(1); in setUpDefaultCarAudioConfigurationForZone() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraDeviceSetupTest.java169 ExecutorService callbackExecutor = Executors.newCachedThreadPool(); in testOpenSuccessful() local