Searched refs:ONE_SECOND_MS (Results 1 – 2 of 2) sorted by relevance
103 private static final int ONE_SECOND_MS = 1000; field in AdapterServiceTest256 verify(mMockContext, timeout(ONE_SECOND_MS).times( in doEnable()288 verify(mMockContext, timeout(ONE_SECOND_MS).times( in doDisable()303 verify(mMockContext, timeout(ONE_SECOND_MS).times( in doDisable()404 verify(mMockContext, timeout(ONE_SECOND_MS).times(5)).startService(any()); in testGattStopTimeout()417 verify(mMockContext, timeout(ONE_SECOND_MS).times(6)).startService(any()); in testGattStopTimeout()452 verify(mMockContext, timeout(ONE_SECOND_MS).times(3)).startService(any()); in testProfileStartTimeout()461 verify(mMockContext, timeout(ONE_SECOND_MS).times(5)).startService(any()); in testProfileStartTimeout()484 verify(mMockContext, timeout(ONE_SECOND_MS).times(5)).startService(any()); in testProfileStopTimeout()492 verify(mMockContext, timeout(ONE_SECOND_MS).times(6)).startService(any()); in testProfileStopTimeout()[all …]
722 private static final long ONE_SECOND_MS = 1_000L; field in CarServiceHelperService.ProcessTerminator781 if (dumpTime < ONE_SECOND_MS) { in dumpAndKillProcess()785 ONE_SECOND_MS - dumpTime); in dumpAndKillProcess()