Searched refs:CallLogNotificationsQueryHelper (Results 1 – 5 of 5) sorted by relevance
28 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;63 CallLogNotificationsQueryHelper queryHelper, in updateNotification()149 Context context, CallLogNotificationsQueryHelper queryHelper) { in getAndUpdateVoicemailsWithExistingNotification()239 CallLogNotificationsQueryHelper.getInstance(context), in scheduleTask()260 @NonNull final CallLogNotificationsQueryHelper queryHelper;265 CallLogNotificationsQueryHelper queryHelper, in Input()
53 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;83 private final CallLogNotificationsQueryHelper callLogNotificationsQueryHelper;87 Context context, CallLogNotificationsQueryHelper callLogNotificationsQueryHelper) { in MissedCallNotifier()93 return new MissedCallNotifier(context, CallLogNotificationsQueryHelper.getInstance(context)); in getInstance()126 CallLogNotificationsQueryHelper.markAllMissedCallsInCallLogAsRead(context); in updateMissedCallNotification()436 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(context, callUri); in callBackFromMissedCall()449 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(context, callUri); in sendSmsFromMissedCall()
53 public class CallLogNotificationsQueryHelper { class64 CallLogNotificationsQueryHelper( in CallLogNotificationsQueryHelper() method in CallLogNotificationsQueryHelper76 public static CallLogNotificationsQueryHelper getInstance(Context context) { in getInstance()79 return new CallLogNotificationsQueryHelper( in getInstance()
170 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(this, callUri); in onHandleIntent()191 CallLogNotificationsQueryHelper.markAllMissedCallsInCallLogAsRead(context); in cancelAllMissedCallsBackground()
38 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;