Home
last modified time | relevance | path

Searched refs:RUN_RUNNABLE (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioModeStateMachine.java86 public static final int RUN_RUNNABLE = 9001; field in CallAudioModeStateMachine
105 put(RUN_RUNNABLE, "RUN_RUNNABLE");
136 case RUN_RUNNABLE: in processMessage()
502 } else if (msg.what == RUN_RUNNABLE && msg.obj instanceof Runnable) { in onPreHandleMessage()
DCallAudioRouteStateMachine.java104 public static final int RUN_RUNNABLE = 9001; field in CallAudioRouteStateMachine
137 put(RUN_RUNNABLE, "RUN_RUNNABLE");
1089 case RUN_RUNNABLE: in unhandledMessage()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java219 waitForStateMachineActionCompletion(stateMachine, CallAudioRouteStateMachine.RUN_RUNNABLE); in testUserBluetoothSwitchOff()
228 waitForStateMachineActionCompletion(stateMachine, CallAudioRouteStateMachine.RUN_RUNNABLE); in testUserBluetoothSwitchOff()
683 waitForStateMachineActionCompletion(stateMachine, CallAudioRouteStateMachine.RUN_RUNNABLE); in runParametrizedTestCaseWithFocus()
746 waitForStateMachineActionCompletion(stateMachine, CallAudioModeStateMachine.RUN_RUNNABLE); in runParametrizedTestCaseWithoutFocus()
DCallAudioModeStateMachineTest.java516 waitForStateMachineActionCompletion(sm, CallAudioModeStateMachine.RUN_RUNNABLE); in runParametrizedTestCase()
521 waitForStateMachineActionCompletion(sm, CallAudioModeStateMachine.RUN_RUNNABLE); in runParametrizedTestCase()