Searched refs:getConnectingTimestampMs (Results 1 – 3 of 3) sorted by relevance
411 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()
1122 stateMachines.sort(Comparator.comparingLong(HeadsetStateMachine::getConnectingTimestampMs)); in getFirstConnectedAudioDevice()
1501 public long getConnectingTimestampMs() { in getConnectingTimestampMs() method in HeadsetStateMachine