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()
47 import com.android.dialer.app.calllog.CallLogNotificationsQueryHelper.NewCall;76 private final CallLogNotificationsQueryHelper callLogNotificationsQueryHelper;80 Context context, CallLogNotificationsQueryHelper callLogNotificationsQueryHelper) { in MissedCallNotifier()86 return new MissedCallNotifier(context, CallLogNotificationsQueryHelper.getInstance(context)); in getInstance()119 CallLogNotificationsQueryHelper.markAllMissedCallsInCallLogAsRead(context); in updateMissedCallNotification()426 CallLogNotificationsQueryHelper.markSingleMissedCallInCallLogAsRead(context, callUri); in callBackFromMissedCall()439 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;