Searched refs:CallLogNotificationsHelper (Results 1 – 3 of 3) sorted by relevance
36 import com.android.dialer.calllog.CallLogNotificationsHelper;85 CallLogNotificationsHelper.removeMissedCallNotifications(mContext);86 CallLogNotificationsHelper.updateVoicemailNotifications(mContext);
507 CallLogNotificationsHelper.removeMissedCallNotifications(getActivity()); in updateOnTransition()508 CallLogNotificationsHelper.updateVoicemailNotifications(getActivity()); in updateOnTransition()
26 public class CallLogNotificationsHelper { class