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

  /packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
BluetoothRouteManager.java 56 put(LOST_DEVICE, "LOST_DEVICE");
90 public static final int LOST_DEVICE = 2;
150 case LOST_DEVICE:
245 case LOST_DEVICE:
358 case LOST_DEVICE:
557 sendMessage(LOST_DEVICE, args);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
BluetoothRouteTransitionTests.java 250 } else if (mParams.messageType == BluetoothRouteManager.LOST_DEVICE) {
463 .setMessageType(BluetoothRouteManager.LOST_DEVICE)
478 .setMessageType(BluetoothRouteManager.LOST_DEVICE)
520 .setMessageType(BluetoothRouteManager.LOST_DEVICE)
533 .setMessageType(BluetoothRouteManager.LOST_DEVICE)

Completed in 82 milliseconds