Searched refs:ACTION_SHOW_MISSED_CALLS_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance
19 import static android.telecom.TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION;43 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) { in onReceive()
34 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION = field in MissedCallNotificationReceiver45 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) { in onReceive()
213 return new Intent(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION) in getShowMissedCallIntentForDefaultDialer()