Home
last modified time | relevance | path

Searched refs:LOST_DEVICE (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java319 } else if (mParams.messageType == BluetoothRouteManager.LOST_DEVICE) { in testTransitions()
542 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
557 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
599 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
624 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
686 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
716 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
731 .setMessageType(BluetoothRouteManager.LOST_DEVICE) in generateTestCases()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java62 put(LOST_DEVICE, "LOST_DEVICE");
103 public static final int LOST_DEVICE = 2; field in BluetoothRouteManager
165 case LOST_DEVICE: in processMessage()
314 case LOST_DEVICE: in processMessage()
469 case LOST_DEVICE: in processMessage()
736 sendMessage(LOST_DEVICE, args); in onDeviceLost()