/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | BluetoothHeadsetProxy.java | 101 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothHeadsetProxy 102 return mBluetoothHeadset.isInbandRingingEnabled(); in isInbandRingingEnabled()
|
D | HeadsetService.java | 193 mNativeInterface.init(mMaxHeadsetConnections + 1, isInbandRingingEnabled()); in start() 935 public void isInbandRingingEnabled(AttributionSource source, in isInbandRingingEnabled() method in HeadsetService.BluetoothHeadsetBinder 942 defaultValue = service.isInbandRingingEnabled(); in isInbandRingingEnabled() 1977 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in HeadsetService 2090 && isInbandRingingEnabled()); in shouldCallAudioBeActive() 2240 + mSystemInterface.isRinging() + ", inbandRinging=" + isInbandRingingEnabled() in isScoAcceptable() 2313 ProfileService.println(sb, "isInbandRingingEnabled: " + isInbandRingingEnabled()); in dump()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallAudioRouteStateMachine.java | 394 || mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 601 || mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 883 && !mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 1053 if (mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage() 1170 || mBluetoothRouteManager.isInbandRingingEnabled()) { in processMessage()
|
/packages/modules/Bluetooth/system/binder/android/bluetooth/ |
D | IBluetoothHeadset.aidl | 98 …oneway void isInbandRingingEnabled(in AttributionSource attributionSource, in SynchronousResultRec… in isInbandRingingEnabled() method
|
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/ |
D | BluetoothRouteManager.java | 852 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method 858 return bluetoothHeadset.isInbandRingingEnabled(); in isInbandRingingEnabled()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadset.java | 1397 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothHeadset 1407 service.isInbandRingingEnabled(mAttributionSource, recv); in isInbandRingingEnabled()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 1022 Assert.assertEquals(true, mHeadsetService.isInbandRingingEnabled()); in testConnectDeviceNotAllowedInbandRingPolicy_InbandRingStatus() 1032 Assert.assertEquals(false, mHeadsetService.isInbandRingingEnabled()); in testConnectDeviceNotAllowedInbandRingPolicy_InbandRingStatus()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | ActiveDeviceManager.java | 807 if (headsetFallbackDevice != null && headsetService.isInbandRingingEnabled()) { in setFallbackDeviceActive()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallAudioRouteStateMachineTest.java | 744 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(enabled); in setInBandRing()
|
/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 | 295 …ONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInbandRingingEnabled();
|