Searched refs:CONNECT_WAIT_MS (Results 1 – 2 of 2) sorted by relevance
47 private static final long CONNECT_WAIT_MS = 5000; field in AttributionSourceService227 if (elapsed < CONNECT_WAIT_MS) { in blockingGetBoundService()228 mLock.wait(CONNECT_WAIT_MS - elapsed); in blockingGetBoundService()
86 private static final long CONNECT_WAIT_MS = 5000; field in ErrorLoggingService469 if (elapsed < CONNECT_WAIT_MS) { in blockingGetBoundService()470 mLock.wait(CONNECT_WAIT_MS - elapsed); in blockingGetBoundService()