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.java411 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_withOneDevice()
478 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_withMultipleDevices()
554 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_connectTwoAudioChannelsShouldFail()
619 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_firstConnectedAudioDevice()
632 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testConnectAudio_firstConnectedAudioDevice()
739 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_oneDeviceSaveState()
752 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_oneDeviceSaveState()
822 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_multipleDevicesSaveState()
835 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_multipleDevicesSaveState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java1122 stateMachines.sort(Comparator.comparingLong(HeadsetStateMachine::getConnectingTimestampMs)); in getFirstConnectedAudioDevice()
DHeadsetStateMachine.java1501 public long getConnectingTimestampMs() { in getConnectingTimestampMs() method in HeadsetStateMachine