Home
last modified time | relevance | path

Searched refs:TIMEOUT_BIND_SERVICE_SEC (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/BroadcastsTest/src/android/app/cts/broadcasts/
DBaseBroadcastTest.java62 protected static final long TIMEOUT_BIND_SERVICE_SEC = 2; field in BaseBroadcastTest
327 final IBinder service = mBlockingQueue.poll(TIMEOUT_BIND_SERVICE_SEC, in getService()
/cts/tests/appsearch/src/com/android/cts/appsearch/app/
DGlobalSearchSessionServiceCtsTestBase.java95 private static final long TIMEOUT_BIND_SERVICE_SEC = 10; field in GlobalSearchSessionServiceCtsTestBase
2031 return mBlockingQueue.poll(TIMEOUT_BIND_SERVICE_SEC, TimeUnit.SECONDS); in getService()
2039 Log.e(TAG, "Cannot bind to a service in " + TIMEOUT_BIND_SERVICE_SEC + " second."); in getCommandReceiver()
/cts/tests/BlobStore/src/com/android/cts/blob/
DBlobStoreManagerTest.java91 private static final long TIMEOUT_BIND_SERVICE_SEC = 2; field in BlobStoreManagerTest
1919 final IBinder service = mBlockingQueue.poll(TIMEOUT_BIND_SERVICE_SEC, in getService()