Searched refs:newCalls (Results 1 – 4 of 4) sorted by relevance
113 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in updateMissedCallNotification() local115 removeSelfManagedCalls(newCalls); in updateMissedCallNotification()117 if ((newCalls != null && newCalls.isEmpty()) || count == 0) { in updateMissedCallNotification()124 if (newCalls != null) { in updateMissedCallNotification()126 && count != newCalls.size()) { in updateMissedCallNotification()133 + newCalls.size()); in updateMissedCallNotification()135 count = newCalls.size(); in updateMissedCallNotification()146 boolean useCallList = newCalls != null; in updateMissedCallNotification()154 ? newCalls.get(0) in updateMissedCallNotification()244 for (NewCall call : newCalls) { in updateMissedCallNotification()[all …]
178 Context context, FilteredNumberAsyncQueryHandler queryHandler, List<NewCall> newCalls) { in filterBlockedNumbers() argument181 for (NewCall newCall : newCalls) { in filterBlockedNumbers()198 private static List<NewCall> filterSpamNumbers(Context context, List<NewCall> newCalls) { in filterSpamNumbers() argument201 return newCalls; in filterSpamNumbers()205 for (NewCall newCall : newCalls) { in filterSpamNumbers()
73 @NonNull List<NewCall> newCalls, in showNotifications() argument84 R.plurals.notification_voicemail_title, newCalls.size(), newCalls.size()); in showNotifications()103 PhoneAccountHandle handle = getAccountForCall(context, newCalls.get(0)); in showNotifications()110 for (NewCall voicemail : newCalls) { in showNotifications()
399 List<NewCall> newCalls = new ArrayList<>(); in query() local401 newCalls.add(createNewCallsFromCursor(cursor)); in query()403 return newCalls; in query()