Searched refs:isInbandRingEnabled (Results 1 – 4 of 4) sorted by relevance
794 if (device != null && !mBluetoothRouteManager.isInbandRingEnabled(device)) { in handleSwitchFocus()802 if (device != null && !mBluetoothRouteManager.isInbandRingEnabled(device)) { in handleSwitchFocus()838 routeTo(mBluetoothRouteManager.isInbandRingEnabled(bluetoothDevice) && mIsActive, in handleSwitchBluetooth()
922 return isInbandRingEnabled(activeDevice); in isInbandRingingEnabled()925 public boolean isInbandRingEnabled(BluetoothDevice bluetoothDevice) { in isInbandRingEnabled() method in BluetoothDeviceManager
1178 public boolean isInbandRingEnabled(BluetoothDevice bluetoothDevice) { in isInbandRingEnabled() method1179 return mDeviceManager.isInbandRingEnabled(bluetoothDevice); in isInbandRingEnabled()
302 when(mBluetoothRouteManager.isInbandRingEnabled(eq(BLUETOOTH_DEVICE_1))).thenReturn(true); in testSwitchFocusForBluetoothDeviceSupportInbandRinging()