Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java353 private int setUpHfpClientConnection(int startBroadcastIndex) { in setUpHfpClientConnection() argument
360 verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(startBroadcastIndex)) in setUpHfpClientConnection()
364 startBroadcastIndex++; in setUpHfpClientConnection()
365 return startBroadcastIndex; in setUpHfpClientConnection()
369 private int setUpServiceLevelConnection(int startBroadcastIndex) { in setUpServiceLevelConnection() argument
378 verify(mHeadsetClientService, timeout(STANDARD_WAIT_MILLIS).times(startBroadcastIndex)) in setUpServiceLevelConnection()
382 startBroadcastIndex++; in setUpServiceLevelConnection()
383 return startBroadcastIndex; in setUpServiceLevelConnection()