Searched refs:NewCall (Results 1 – 4 of 4) sorted by relevance
28 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;68 List<NewCall> voicemailsToNotify = queryHelper.getNewVoicemails(); in updateNotification()99 for (NewCall newCall : voicemailsToNotify) { in updateNotification()148 private static List<NewCall> getAndUpdateVoicemailsWithExistingNotification( in getAndUpdateVoicemailsWithExistingNotification()151 List<NewCall> result = new ArrayList<>(); in getAndUpdateVoicemailsWithExistingNotification()163 NewCall existingCall = queryHelper.getNewCallsQuery().queryUnreadVoicemail(Uri.parse(uri)); in getAndUpdateVoicemailsWithExistingNotification()177 private static List<NewCall> filterBlockedNumbers( in filterBlockedNumbers()178 Context context, FilteredNumberAsyncQueryHandler queryHandler, List<NewCall> newCalls) { in filterBlockedNumbers()180 List<NewCall> result = new ArrayList<>(); in filterBlockedNumbers()181 for (NewCall newCall : newCalls) { in filterBlockedNumbers()[all …]
164 public List<NewCall> getNewVoicemails() { in getNewVoicemails()180 public List<NewCall> getNewMissedCalls() { in getNewMissedCalls()248 List<NewCall> query(int type); in query()257 List<NewCall> query(int type, long thresholdMillis); in query()261 NewCall queryUnreadVoicemail(Uri callsUri); in queryUnreadVoicemail()265 public static final class NewCall { class in CallLogNotificationsQueryHelper278 public NewCall( in NewCall() method in CallLogNotificationsQueryHelper.NewCall350 public List<NewCall> query(int type) { in query()357 public List<NewCall> query(int type, long thresholdMillis) { in query()399 List<NewCall> newCalls = new ArrayList<>(); in query()[all …]
47 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;113 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in updateMissedCallNotification()152 NewCall call = in updateMissedCallNotification()155 : new NewCall( in updateMissedCallNotification()244 for (NewCall call : newCalls) { in updateMissedCallNotification()263 private void removeSelfManagedCalls(@Nullable List<NewCall> newCalls) { in removeSelfManagedCalls()269 Iterator<NewCall> iterator = newCalls.iterator(); in removeSelfManagedCalls()271 NewCall call = iterator.next(); in removeSelfManagedCalls()297 private static String getNotificationTagForCall(@NonNull NewCall call) { in getNotificationTagForCall()305 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls(); in insertPostCallNotification()[all …]
38 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;73 @NonNull List<NewCall> newCalls, in showNotifications()110 for (NewCall voicemail : newCalls) { in showNotifications()136 private static String getNotificationTagForVoicemail(@NonNull NewCall voicemail) { in getNotificationTagForVoicemail()155 @NonNull NewCall voicemail, in createNotificationForVoicemail()268 @NonNull Context context, @Nullable NewCall voicemail) { in newVoicemailIntent()284 @NonNull Context context, @Nullable NewCall call) { in getAccountForCall()