Searched refs:processChld (Results 1 – 4 of 4) sorted by relevance
665 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldRinging()676 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_RELEASEHELD); in testProcessChldTypeReleaseHeldHold()688 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldReleaseActiveRinging()702 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldReleaseActiveHold()716 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveRinging()728 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveUnhold()741 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveHold()754 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConfHolding()770 boolean didProcess = mBluetoothPhoneService.mBinder.processChld(CHLD_TYPE_ADDHELDTOCONF); in testProcessChldAddHeldToConf()792 boolean didProcess = mBluetoothPhoneService.mBinder.processChld( in testProcessChldHoldActiveSwapConference()
267 public boolean processChld(int chld) { in processChld() method in HeadsetSystemInterface270 return mPhoneProxy.processChld(chld); in processChld()
1667 if (mSystemInterface.processChld(chld)) { in processAtChld()
261 public boolean processChld(int chld) throws RemoteException {268 return BluetoothPhoneServiceImpl.this.processChld(chld);498 private boolean processChld(int chld) { in processChld() method in BluetoothPhoneServiceImpl