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

  /packages/apps/Dialer/src/com/android/dialer/calllog/
MissedCallNotificationReceiver.java 32 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION =
44 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) {
  /cts/tests/tests/telecom/src/android/telecom/cts/
MissedCallTest.java 41 if (TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION
  /packages/services/Telecomm/src/com/android/server/telecom/ui/
MissedCallNotifierImpl.java 215 intent.setAction(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION);
256 return new Intent(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION)
  /frameworks/base/telecomm/java/android/telecom/
TelecomManager.java 448 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION =
    [all...]

Completed in 380 milliseconds