/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | CallAudioRouteStateMachineTest.java | 139 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testEarpieceAutodetect() local 158 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testStreamRingMuteChange() local 201 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testSpeakerPersistence() local 246 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testUserBluetoothSwitchOff() local 290 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testUserBluetoothSwitchOffAndOnAgain() local 368 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testBluetoothRinging() local 404 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testConnectBluetoothDuringRinging() local 459 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testConnectSpecificBluetoothDevice() local 509 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testFocusChangeFromQuiescentSpeaker() local 540 CallAudioRouteStateMachine stateMachine = new CallAudioRouteStateMachine( in testFocusChangeWithAlreadyActiveBtDevice() local [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpControllerService.java | 270 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in refreshContents() local 508 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handleRegisterNotificationAbsVol() local 521 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handleSetAbsVolume() local 536 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onTrackChanged() local 562 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onPlayPositionChanged() local 576 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onPlayStatusChanged() local 591 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handlePlayerAppSetting() local 607 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onPlayerAppSettingChanged() local 624 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in onAvailablePlayerChanged() local 650 AvrcpControllerStateMachine stateMachine = getStateMachine(device); in handleGetFolderItemsRsp() local [all …]
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
H A D | FinishState.java | 39 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processForward() local 46 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processBackward() local
|
H A D | SaveSuccessState.java | 54 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processBackward() local 88 StateMachine stateMachine = ViewModelProviders in onCreate() local
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
H A D | OptionsOrConnectState.java | 40 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processForward() local 58 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processBackward() local
|
H A D | CaptivePortalWaitingState.java | 47 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processForward() local 53 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processBackward() local
|
H A D | SuccessState.java | 55 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in processBackward() local 89 StateMachine stateMachine = ViewModelProviders in onCreate() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
H A D | HeadsetService.java | 269 void execute(HeadsetStateMachine stateMachine); in execute() 274 HeadsetStateMachine stateMachine = mStateMachines.get(device); in doForStateMachine() local 777 HeadsetStateMachine stateMachine = mStateMachines.get(device); in connect() local 823 HeadsetStateMachine stateMachine = mStateMachines.get(device); in disconnect() local 888 final HeadsetStateMachine stateMachine = mStateMachines.get(device); in getConnectionState() local 1005 final HeadsetStateMachine stateMachine = mStateMachines.get(device); in startVoiceRecognition() local 1036 final HeadsetStateMachine stateMachine = mStateMachines.get(device); in stopVoiceRecognition() local 1064 final HeadsetStateMachine stateMachine = mStateMachines.get(device); in isAudioConnected() local 1074 final HeadsetStateMachine stateMachine = mStateMachines.get(device); in getAudioState() local 1148 final HeadsetStateMachine stateMachine = mStateMachines.get(device); in setSilenceMode() local [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/ |
H A D | A2dpSinkService.java | 326 A2dpSinkStateMachine stateMachine = getOrCreateStateMachine(device); in connect() local 351 A2dpSinkStateMachine stateMachine = mDeviceStateMap.get(device); in disconnect() local 367 void removeStateMachine(A2dpSinkStateMachine stateMachine) { in removeStateMachine() 417 A2dpSinkStateMachine stateMachine = mDeviceStateMap.get(device); in getConnectionState() local 486 A2dpSinkStateMachine stateMachine = mDeviceStateMap.get(device); in getAudioConfig() local 535 A2dpSinkStateMachine stateMachine = getOrCreateStateMachine(event.mDevice); in onConnectionStateChanged() local 558 A2dpSinkStateMachine stateMachine = getOrCreateStateMachine(event.mDevice); in onAudioConfigChanged() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
H A D | StateBackground.java | 42 StateMachine stateMachine, in create() 54 StateMachine stateMachine, in StateBackground()
|
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/connectivity/setup/ |
H A D | AddStartStateTest.java | 53 StateMachine stateMachine = ViewModelProviders.of(mActivity).get(StateMachine.class); in setUp() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
H A D | StateMachineObituary.java | 47 public StateMachineObituary(StateMachine stateMachine) { in StateMachineObituary()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/stateful/ |
H A D | StateImpl.java | 34 protected StateImpl(StateMachine stateMachine) { in StateImpl()
|
/aosp12/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/sdm845/gps/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|
/aosp12/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/ |
H A D | loc_eng_agps.cpp | 248 inline AgpsReleasedState(AgpsStateMachine* stateMachine) : in AgpsReleasedState() 315 inline AgpsPendingState(AgpsStateMachine* stateMachine) : in AgpsPendingState() 410 inline AgpsAcquiredState(AgpsStateMachine* stateMachine) : in AgpsAcquiredState() 504 inline AgpsReleasingState(AgpsStateMachine* stateMachine) : in AgpsReleasingState()
|