Home
last modified time | relevance | path

Searched refs:isInbandRingingEnabled (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothHeadsetProxy.java101 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothHeadsetProxy
102 return mBluetoothHeadset.isInbandRingingEnabled(); in isInbandRingingEnabled()
DHeadsetService.java193 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/
DCallAudioRouteStateMachine.java394 || 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/
DIBluetoothHeadset.aidl98 …oneway void isInbandRingingEnabled(in AttributionSource attributionSource, in SynchronousResultRec… in isInbandRingingEnabled() method
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothRouteManager.java852 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method
858 return bluetoothHeadset.isInbandRingingEnabled(); in isInbandRingingEnabled()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1397 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/
DHeadsetServiceTest.java1022 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/
DActiveDeviceManager.java807 if (headsetFallbackDevice != null && headsetService.isInbandRingingEnabled()) { in setFallbackDeviceActive()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallAudioRouteStateMachineTest.java744 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(enabled); in setInBandRing()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt453 Landroid/bluetooth/BluetoothHeadset;->isInbandRingingEnabled()Z
1693 Landroid/bluetooth/IBluetoothHeadset$Stub$Proxy;->isInbandRingingEnabled()Z
1741 Landroid/bluetooth/IBluetoothHeadset;->isInbandRingingEnabled()Z
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt295 …ONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInbandRingingEnabled();