Home
last modified time | relevance | path

Searched refs:CallLogNotificationsHelper (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DShortcutCardsAdapter.java36 import com.android.dialer.calllog.CallLogNotificationsHelper;
85 CallLogNotificationsHelper.removeMissedCallNotifications(mContext);
86 CallLogNotificationsHelper.updateVoicemailNotifications(mContext);
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogFragment.java507 CallLogNotificationsHelper.removeMissedCallNotifications(getActivity()); in updateOnTransition()
508 CallLogNotificationsHelper.updateVoicemailNotifications(getActivity()); in updateOnTransition()
DCallLogNotificationsHelper.java26 public class CallLogNotificationsHelper { class