Home
last modified time | relevance | path

Searched refs:TIMEOUT_BINDER_SERVICE_SEC (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java121 private static final long TIMEOUT_BINDER_SERVICE_SEC = 2; field in BroadcastResponseStatsTest
2292 final IBinder service = mBlockingQueue.poll(TIMEOUT_BINDER_SERVICE_SEC, in getService()
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerTest.java166 private static final long TIMEOUT_BINDER_SERVICE_SEC = 2; field in TunerTest
362 mBlockingQueue.poll(TIMEOUT_BINDER_SERVICE_SEC, TimeUnit.SECONDS); in getService()
380 mBlockingQueue.poll(TIMEOUT_BINDER_SERVICE_SEC, TimeUnit.SECONDS); in getService()
/cts/tests/tests/tv/tuner/src/android/media/tv/tuner/cts/
DTunerTest.java165 private static final long TIMEOUT_BINDER_SERVICE_SEC = 2; field in TunerTest
361 mBlockingQueue.poll(TIMEOUT_BINDER_SERVICE_SEC, TimeUnit.SECONDS); in getService()
379 mBlockingQueue.poll(TIMEOUT_BINDER_SERVICE_SEC, TimeUnit.SECONDS); in getService()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java209 private static final long TIMEOUT_BINDER_SERVICE_SEC = 2; field in UsageStatsTest
2825 final IBinder service = mBlockingQueue.poll(TIMEOUT_BINDER_SERVICE_SEC, in getService()