Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java699 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldRinging()
708 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldHold()
719 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldReleaseActiveRinging()
732 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldReleaseActiveHold()
745 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveRinging()
756 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveUnhold()
768 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveHold()
780 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConfHolding()
797 boolean didProcess = mBluetoothInCallService.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConf()
819 boolean didProcess = mBluetoothInCallService.processChld( in testProcessChldHoldActiveSwapConference()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java228 public boolean processChld(int chld) { in processChld() method in HeadsetSystemInterface
231 return bluetoothInCallService.processChld(chld); in processChld()
DHeadsetStateMachine.java1708 if (mSystemInterface.processChld(chld)) { in processAtChld()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java450 public boolean processChld(int chld) { in processChld() method in BluetoothInCallService