HomeSort by relevance Sort by last modified time
    Searched defs:CallLogNotificationsQueryHelper (Results 1 - 3 of 3) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogNotificationsService.java 137 CallLogNotificationsQueryHelper.removeMissedCallNotifications(this, intent.getData());
CallLogNotificationsQueryHelper.java 47 public class CallLogNotificationsQueryHelper {
55 CallLogNotificationsQueryHelper(
66 /** Returns an instance of {@link CallLogNotificationsQueryHelper}. */
67 public static CallLogNotificationsQueryHelper getInstance(Context context) {
70 return new CallLogNotificationsQueryHelper(
104 "CallLogNotificationsQueryHelper.removeMissedCallNotifications",
MissedCallNotifier.java 42 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;
68 private final CallLogNotificationsQueryHelper callLogNotificationsQueryHelper;
72 Context context, CallLogNotificationsQueryHelper callLogNotificationsQueryHelper) {
74 this.callLogNotificationsQueryHelper = callLogNotificationsQueryHelper;
78 return new MissedCallNotifier(context, CallLogNotificationsQueryHelper.getInstance(context));
103 List<NewCall> newCalls = callLogNotificationsQueryHelper.getNewMissedCalls();
107 CallLogNotificationsQueryHelper.removeMissedCallNotifications(context, null)
    [all...]

Completed in 4464 milliseconds