Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java191 public boolean processChld(int chld) { in processChld() method in HeadsetSystemInterface
194 return bluetoothInCallService.processChld(chld); in processChld()
DHeadsetStateMachine.java2085 if (mSystemInterface.processChld(chld)) { in processAtChld()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1132 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldRinging()
1141 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldHold()
1153 mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD); in testProcessChldReleaseActiveRinging()
1165 mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEACTIVE_ACCEPTHELD); in testProcessChldReleaseActiveHold()
1177 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_HOLDACTIVE_ACCEPTHELD); in testProcessChldHoldActiveRinging()
1187 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_HOLDACTIVE_ACCEPTHELD); in testProcessChldHoldActiveUnhold()
1198 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_HOLDACTIVE_ACCEPTHELD); in testProcessChldHoldActiveHold()
1209 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConfHolding()
1226 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConf()
1250 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_HOLDACTIVE_ACCEPTHELD); in testProcessChldHoldActiveSwapConference()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java1547 when(mSystemInterface.processChld(chld)).thenReturn(true); in testProcessAtChld_withProcessChldTrue()
1557 when(mSystemInterface.processChld(chld)).thenReturn(false); in testProcessAtChld_withProcessChldFalse()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java581 public boolean processChld(int chld) { in processChld() method in BluetoothInCallService
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1845 Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->processChld(I)Z
1870 Landroid/bluetooth/IBluetoothHeadsetPhone;->processChld(I)Z