Home
last modified time | relevance | path

Searched refs:processChld (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java757 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldRinging()
766 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldHold()
777 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldReleaseActiveRinging()
790 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldReleaseActiveHold()
803 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveRinging()
814 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveUnhold()
826 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveHold()
838 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConfHolding()
855 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConf()
880 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveSwapConference()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetSystemInterface.java228 public boolean processChld(int chld) { in processChld() method in HeadsetSystemInterface
231 return bluetoothInCallService.processChld(chld); in processChld()
H A DHeadsetStateMachine.java1708 if (mSystemInterface.processChld(chld)) { in processAtChld()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java462 public boolean processChld(int chld) { in processChld() method in BluetoothInCallService
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11652 Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->processChld(I)Z
11677 Landroid/bluetooth/IBluetoothHeadsetPhone;->processChld(I)Z