Searched refs:processChld (Results 1 – 6 of 6) sorted by relevance
191 public boolean processChld(int chld) { in processChld() method in HeadsetSystemInterface194 return bluetoothInCallService.processChld(chld); in processChld()
2085 if (mSystemInterface.processChld(chld)) { in processAtChld()
1132 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()
1547 when(mSystemInterface.processChld(chld)).thenReturn(true); in testProcessAtChld_withProcessChldTrue()1557 when(mSystemInterface.processChld(chld)).thenReturn(false); in testProcessAtChld_withProcessChldFalse()
581 public boolean processChld(int chld) { in processChld() method in BluetoothInCallService
1845 Landroid/bluetooth/IBluetoothHeadsetPhone$Stub$Proxy;->processChld(I)Z1870 Landroid/bluetooth/IBluetoothHeadsetPhone;->processChld(I)Z