Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DAdapterServiceTest.java102 private static final int GATT_START_TIME_MS = 500; field in AdapterServiceTest
241 verify(mMockContext, timeout(GATT_START_TIME_MS).times( in doEnable()
372 verify(mMockContext, timeout(GATT_START_TIME_MS).times(1)).startService(any()); in testGattStartTimeout()
439 verify(mMockContext, timeout(GATT_START_TIME_MS).times(1)).startService(any()); in testProfileStartTimeout()