Searched refs:addNewIncomingCall (Results 1 – 4 of 4) sorted by relevance
65 TelecomManager.from(context).addNewIncomingCall(accountHandle, extras); in takeCall()
88 TelecomManager.from(context).addNewIncomingCall(phoneAccount, extras); in sendIncomingCallIntent()
241 TelecomManager.from(mPhoneProxy.getContext()).addNewIncomingCall( in sendIncomingCallIntent()
657 public void addNewIncomingCall(PhoneAccountHandle phoneAccountHandle, Bundle extras) { in addNewIncomingCall() method in TelecomService.TelecomServiceImpl