Searched refs:processChld (Results 1 – 4 of 4) sorted by relevance
664 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldRinging()675 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldHold()687 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldReleaseActiveRinging()701 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldReleaseActiveHold()715 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveRinging()727 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveUnhold()740 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveHold()753 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConfHolding()769 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConf()791 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveSwapConference()
227 public boolean processChld(int chld) { in processChld() method in HeadsetSystemInterface230 return mPhoneProxy.processChld(chld); in processChld()
1639 if (mSystemInterface.processChld(chld)) { in processAtChld()
257 public boolean processChld(int chld) throws RemoteException {264 return BluetoothPhoneServiceImpl.this.processChld(chld);494 private boolean processChld(int chld) { in processChld() method in BluetoothPhoneServiceImpl