Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java421 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_withOneDevice()
488 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_withMultipleDevices()
564 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_connectTwoAudioChannelsShouldFail()
629 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_firstConnectedAudioDevice()
642 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_firstConnectedAudioDevice()
746 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_oneDeviceSaveState()
759 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_oneDeviceSaveState()
808 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_multipleDevicesSaveState()
821 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_multipleDevicesSaveState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java1004 stateMachines.sort(Comparator.comparingLong(HeadsetStateMachine::getConnectingTimestampMs)); in getFirstConnectedAudioDevice()
DHeadsetStateMachine.java1436 public long getConnectingTimestampMs() { in getConnectingTimestampMs() method in HeadsetStateMachine