Searched refs:newCall (Results 1 – 3 of 3) sorted by relevance
119 for (NewCall newCall : newCalls) { in updateNotification()121 String name = names.get(newCall.number); in updateNotification()124 newCall.accountComponentName, in updateNotification()125 newCall.accountId); in updateNotification()126 name = mPhoneNumberHelper.getDisplayName(accountHandle, newCall.number, in updateNotification()127 newCall.numberPresentation).toString(); in updateNotification()131 name = mNameLookupQuery.query(newCall.number); in updateNotification()133 name = newCall.number; in updateNotification()136 names.put(newCall.number, name); in updateNotification()146 if (newCallUri != null && newCallUri.equals(newCall.voicemailUri)) { in updateNotification()[all …]
86 void replaceCall(Call newCall, Call callToReplace) { in replaceCall() argument91 mCalls.put(callId, newCall); in replaceCall()
849 void replaceCall(Call newCall, Call callToReplace) { in replaceCall() argument851 mCallIdMapper.replaceCall(newCall, callToReplace); in replaceCall()