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/bluetooth/
BluetoothRouteManager.java 64 put(RUN_RUNNABLE, "RUN_RUNNABLE");
112 public static final int RUN_RUNNABLE = 9001;
139 if (msg.what == RUN_RUNNABLE) {
232 if (msg.what == RUN_RUNNABLE) {
346 if (msg.what == RUN_RUNNABLE) {
467 } else if (msg.what == RUN_RUNNABLE && msg.obj instanceof Runnable) {
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioModeStateMachine.java 92 public static final int RUN_RUNNABLE = 9001;
112 put(RUN_RUNNABLE, "RUN_RUNNABLE");
143 case RUN_RUNNABLE:
516 } else if (msg.what == RUN_RUNNABLE && msg.obj instanceof Runnable) {
CallAudioRouteStateMachine.java 132 public static final int RUN_RUNNABLE = 9001;
185 put(RUN_RUNNABLE, "RUN_RUNNABLE");
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoCallTests.java 267 carsm.sendMessage(CallAudioRouteStateMachine.RUN_RUNNABLE, (Runnable) () -> {

Completed in 262 milliseconds