Searched refs:ACTIVE_FOCUS (Results 1 – 7 of 7) sorted by relevance
413 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testSpeakerPersistence()455 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testUserBluetoothSwitchOff()503 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testUserBluetoothSwitchOffAndOnAgain()591 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testBluetoothRinging()643 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testConnectBluetoothDuringRinging()693 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testConnectSpecificBluetoothDevice()755 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testCallDisconnectedWhenAudioRoutedToBluetooth()832 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testFocusChangeFromQuiescentSpeaker()879 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testFocusChangeWithAlreadyActiveBtDevice()926 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testSetAndClearEarpieceCommunicationDevice()[all …]
19 import static com.android.server.telecom.CallAudioRouteAdapter.ACTIVE_FOCUS;218 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testNormalCallRouteToEarpiece()236 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testVideoCallHoldRouteToEarpiece()249 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testVideoCallRouteToSpeaker()322 mController.sendMessageWithSessionInfo(SWITCH_FOCUS, ACTIVE_FOCUS); in testSwitchFocusForBluetoothDeviceSupportInbandRinging()
293 CallAudioRouteStateMachine.ACTIVE_FOCUS); in testActiveTransition()
327 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()440 if (msg.arg1 == ACTIVE_FOCUS || msg.arg1 == RINGING_FOCUS) { in processMessage()558 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()667 if (msg.arg1 == ACTIVE_FOCUS || msg.arg1 == RINGING_FOCUS) { in processMessage()979 } else if (msg.arg1 == ACTIVE_FOCUS) { in processMessage()1053 if (msg.arg1 == ACTIVE_FOCUS) { in processMessage()1186 if (mAudioFocusType == ACTIVE_FOCUS in processMessage()1305 if (msg.arg1 == ACTIVE_FOCUS || msg.arg1 == RINGING_FOCUS) { in processMessage()
580 mCallAudioManager.setCallAudioRouteFocusState(CallAudioRouteStateMachine.ACTIVE_FOCUS); in enter()668 mCallAudioManager.setCallAudioRouteFocusState(CallAudioRouteStateMachine.ACTIVE_FOCUS); in enter()745 mCallAudioManager.setCallAudioRouteFocusState(CallAudioRouteStateMachine.ACTIVE_FOCUS); in enter()827 mCallAudioManager.setCallAudioRouteFocusState(CallAudioRouteStateMachine.ACTIVE_FOCUS); in enter()
74 int ACTIVE_FOCUS = 2; field
783 case ACTIVE_FOCUS -> { in handleSwitchFocus()1316 mFocusType = ACTIVE_FOCUS; in setActive()