Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/BinderProxyCountingTestApp/src/com/android/frameworks/coretests/binderproxycountingtestapp/
DBpcTestAppCmdService.java45 private static final int BIND_SERVICE_TIMEOUT_SEC = 5; field in BpcTestAppCmdService
159 if (!bindLatch.await(BIND_SERVICE_TIMEOUT_SEC, TimeUnit.SECONDS)) {
/frameworks/base/core/tests/coretests/src/android/os/
DBinderProxyCountingTest.java85 private static final int BIND_SERVICE_TIMEOUT_SEC = 5; field in BinderProxyCountingTest
143 if (!bindLatch.await(BIND_SERVICE_TIMEOUT_SEC, TimeUnit.SECONDS)) { in bindService()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DConnOnActivityStartTest.java87 private static final long BIND_SERVICE_TIMEOUT_SEC = 4; field in ConnOnActivityStartTest
152 if (!bindLatch.await(BIND_SERVICE_TIMEOUT_SEC, TimeUnit.SECONDS)) { in bindService()