Home
last modified time | relevance | path

Searched refs:ONE_SECOND_MS (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DAdapterServiceTest.java103 private static final int ONE_SECOND_MS = 1000; field in AdapterServiceTest
256 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 …]
/aosp12/frameworks/opt/car/services/src/com/android/internal/car/
H A DCarServiceHelperService.java722 private static final long ONE_SECOND_MS = 1_000L; field in CarServiceHelperService.ProcessTerminator
781 if (dumpTime < ONE_SECOND_MS) { in dumpAndKillProcess()
785 ONE_SECOND_MS - dumpTime); in dumpAndKillProcess()