HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_MARK_NEW_MISSED_CALLS_AS_OLD (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogNotificationsService.java 74 public static final String ACTION_MARK_NEW_MISSED_CALLS_AS_OLD =
75 "com.android.dialer.calllog.ACTION_MARK_NEW_MISSED_CALLS_AS_OLD";
140 case ACTION_MARK_NEW_MISSED_CALLS_AS_OLD:
MissedCallNotifier.java 248 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_MISSED_CALLS_AS_OLD);

Completed in 72 milliseconds