Home
last modified time | relevance | path

Searched refs:isInbandRingEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java794 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()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothDeviceManager.java922 return isInbandRingEnabled(activeDevice); in isInbandRingingEnabled()
925 public boolean isInbandRingEnabled(BluetoothDevice bluetoothDevice) { in isInbandRingEnabled() method in BluetoothDeviceManager
DBluetoothRouteManager.java1178 public boolean isInbandRingEnabled(BluetoothDevice bluetoothDevice) { in isInbandRingEnabled() method
1179 return mDeviceManager.isInbandRingEnabled(bluetoothDevice); in isInbandRingEnabled()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteControllerTest.java302 when(mBluetoothRouteManager.isInbandRingEnabled(eq(BLUETOOTH_DEVICE_1))).thenReturn(true); in testSwitchFocusForBluetoothDeviceSupportInbandRinging()