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()736 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_oneDeviceSaveState()749 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_oneDeviceSaveState()798 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_multipleDevicesSaveState()811 when(mStateMachines.get(mCurrentDevice).getConnectingTimestampMs()).thenReturn( in testPhoneStateChange_multipleDevicesSaveState()
1074 stateMachines.sort(Comparator.comparingLong(HeadsetStateMachine::getConnectingTimestampMs)); in getFirstConnectedAudioDevice()
1464 public long getConnectingTimestampMs() { in getConnectingTimestampMs() method in HeadsetStateMachine