Searched refs:BT_AUDIO_LOST (Results 1 – 4 of 4) sorted by relevance
33 import static com.android.server.telecom.bluetooth.BluetoothRouteManager.BT_AUDIO_LOST;103 mBluetoothRouteManager.sendMessage(BT_AUDIO_LOST, args); in handleAudioStateChanged()147 mBluetoothRouteManager.sendMessage(BT_AUDIO_LOST, args); in handleActiveDeviceChanged()
59 put(BT_AUDIO_LOST, "BT_AUDIO_LOST");106 public static final int BT_AUDIO_LOST = 201; field in BluetoothRouteManager192 case BT_AUDIO_LOST: in processMessage()305 case BT_AUDIO_LOST: in processMessage()416 case BT_AUDIO_LOST: in processMessage()
276 sm.sendMessage(BluetoothRouteManager.BT_AUDIO_LOST, args); in testTransitions()432 .setMessageType(BluetoothRouteManager.BT_AUDIO_LOST) in generateTestCases()446 .setMessageType(BluetoothRouteManager.BT_AUDIO_LOST) in generateTestCases()558 .setMessageType(BluetoothRouteManager.BT_AUDIO_LOST) in generateTestCases()583 .setMessageType(BluetoothRouteManager.BT_AUDIO_LOST) in generateTestCases()
112 executeRoutingAction(sm, BluetoothRouteManager.BT_AUDIO_LOST, DEVICE1.getAddress()); in testAmbiguousActiveDevice()130 executeRoutingAction(sm, BluetoothRouteManager.BT_AUDIO_LOST, DEVICE1.getAddress()); in testAudioOnDeviceWithScoOffActiveDevice()