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