/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | BluetoothHeadsetProxy.java | 99 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothHeadsetProxy 100 return mBluetoothHeadset.isInbandRingingEnabled(); in isInbandRingingEnabled()
|
D | HeadsetService.java | 211 mNativeInterface.init(mMaxHeadsetConnections + 1, isInbandRingingEnabled()); in HeadsetService() 820 public boolean isInbandRingingEnabled(AttributionSource source) { in isInbandRingingEnabled() method in HeadsetService.BluetoothHeadsetBinder 827 return service.isInbandRingingEnabled(); in isInbandRingingEnabled() 2132 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in HeadsetService 2295 || (mSystemInterface.isRinging() && isInbandRingingEnabled()); in shouldCallAudioBeActive() 2516 + isInbandRingingEnabled() in isScoAcceptable() 2587 ProfileService.println(sb, "isInbandRingingEnabled: " + isInbandRingingEnabled()); in dump()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 82 boolean isInbandRingingEnabled(in AttributionSource attributionSource); in isInbandRingingEnabled() method
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 328 || mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 559 || mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 881 && !mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 1062 if (mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 1187 || mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage()
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothDeviceManager.java | 918 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothDeviceManager 939 return mBluetoothHeadset.isInbandRingingEnabled(); in isInbandRingEnabled()
|
D | BluetoothRouteManager.java | 1173 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method 1174 return mDeviceManager.isInbandRingingEnabled(); in isInbandRingingEnabled()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadset.java | 1316 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothHeadset 1324 return service.isInbandRingingEnabled(mAttributionSource); in isInbandRingingEnabled()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 733 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(true); in testCallDisconnectedWhenAudioRoutedToBluetooth() 1124 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(true); in testIgnoreSpeakerOffMessage() 1357 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(enabled); in setInBandRing()
|
D | BluetoothDeviceManagerTest.java | 742 when(mBluetoothHeadset.isInbandRingingEnabled()).thenReturn(false); in testInBandRingingEnabledForLeDevice() 754 assertTrue(mBluetoothDeviceManager.isInbandRingingEnabled()); in testInBandRingingEnabledForLeDevice()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 1301 Assert.assertEquals(true, mHeadsetService.isInbandRingingEnabled()); in testConnectDeviceNotAllowedInbandRingPolicy_InbandRingStatus() 1312 Assert.assertEquals(false, mHeadsetService.isInbandRingingEnabled()); in testConnectDeviceNotAllowedInbandRingPolicy_InbandRingStatus()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ActiveDeviceManager.java | 1106 if (headsetFallbackDevice != null && headsetService.isInbandRingingEnabled()) { in setFallbackDeviceActiveLocked()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 453 Landroid/bluetooth/BluetoothHeadset;->isInbandRingingEnabled()Z 1693 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->isInbandRingingEnabled()Z 1741 Landroid/bluetooth/IBluetoothHeadset;->isInbandRingingEnabled()Z
|
/packages/modules/Bluetooth/framework/api/ |
D | system-current.txt | 381 …ONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInbandRingingEnabled();
|