Searched refs:TIMEOUT_BIND_SERVICE_SEC (Results 1 – 3 of 3) sorted by relevance
62 protected static final long TIMEOUT_BIND_SERVICE_SEC = 2; field in BaseBroadcastTest327 final IBinder service = mBlockingQueue.poll(TIMEOUT_BIND_SERVICE_SEC, in getService()
95 private static final long TIMEOUT_BIND_SERVICE_SEC = 10; field in GlobalSearchSessionServiceCtsTestBase2031 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()
91 private static final long TIMEOUT_BIND_SERVICE_SEC = 2; field in BlobStoreManagerTest1919 final IBinder service = mBlockingQueue.poll(TIMEOUT_BIND_SERVICE_SEC, in getService()