Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DBluetoothHeadsetProxy.java99 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothHeadsetProxy
100 return mBluetoothHeadset.isInbandRingingEnabled(); in isInbandRingingEnabled()
DHeadsetService.java211 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/
DIBluetoothHeadset.aidl82 boolean isInbandRingingEnabled(in AttributionSource attributionSource); in isInbandRingingEnabled() method
/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteStateMachine.java328 || 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/
DBluetoothDeviceManager.java918 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method in BluetoothDeviceManager
939 return mBluetoothHeadset.isInbandRingingEnabled(); in isInbandRingEnabled()
DBluetoothRouteManager.java1173 public boolean isInbandRingingEnabled() { in isInbandRingingEnabled() method
1174 return mDeviceManager.isInbandRingingEnabled(); in isInbandRingingEnabled()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadset.java1316 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/
DCallAudioRouteStateMachineTest.java733 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(true); in testCallDisconnectedWhenAudioRoutedToBluetooth()
1124 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(true); in testIgnoreSpeakerOffMessage()
1357 when(mockBluetoothRouteManager.isInbandRingingEnabled()).thenReturn(enabled); in setInBandRing()
DBluetoothDeviceManagerTest.java742 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/
DHeadsetServiceTest.java1301 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/
DActiveDeviceManager.java1106 if (headsetFallbackDevice != null && headsetService.isInbandRingingEnabled()) { in setFallbackDeviceActiveLocked()
/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.txt381 …ONNECT, android.Manifest.permission.BLUETOOTH_PRIVILEGED}) public boolean isInbandRingingEnabled();