Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceTest.java92 private static final int GATT_START_TIME_MS = 500; field in AdapterServiceTest
206 verify(mMockContext, timeout(GATT_START_TIME_MS).times( in doEnable()
336 verify(mMockContext, timeout(GATT_START_TIME_MS).times(1)).startService(any()); in testGattStartTimeout()
403 verify(mMockContext, timeout(GATT_START_TIME_MS).times(1)).startService(any()); in testProfileStartTimeout()