HomeSort by relevance Sort by last modified time
    Searched refs:RUN_RUNNABLE (Results 1 - 4 of 4) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 90 public static final int RUN_RUNNABLE = 9001;
109 put(RUN_RUNNABLE, "RUN_RUNNABLE");
140 case RUN_RUNNABLE:
509 } else if (msg.what == RUN_RUNNABLE && msg.obj instanceof Runnable) {
CallAudioRouteStateMachine.java 111 public static final int RUN_RUNNABLE = 9001;
154 put(RUN_RUNNABLE, "RUN_RUNNABLE");
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoCallTests.java 144 carsm.sendMessage(CallAudioRouteStateMachine.RUN_RUNNABLE, (Runnable) () -> {
  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 62 put(RUN_RUNNABLE, "RUN_RUNNABLE");
148 public static final int RUN_RUNNABLE = 9001;
170 if (msg.what == RUN_RUNNABLE) {
277 if (msg.what == RUN_RUNNABLE) {
411 if (msg.what == RUN_RUNNABLE) {
564 } else if (msg.what == RUN_RUNNABLE && msg.obj instanceof Runnable) {
600 sendMessage(RUN_RUNNABLE, r);
    [all...]

Completed in 122 milliseconds