Searched refs:ACTION_SHOW_MISSED_CALLS_NOTIFICATION (Results 1 – 2 of 2) sorted by relevance
32 public static final String ACTION_SHOW_MISSED_CALLS_NOTIFICATION = field in MissedCallNotificationReceiver44 if (!ACTION_SHOW_MISSED_CALLS_NOTIFICATION.equals(action)) { in onReceive()
208 intent.setAction(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION); in sendNotificationCustomComponent()249 return new Intent(TelecomManager.ACTION_SHOW_MISSED_CALLS_NOTIFICATION) in getShowMissedCallIntentForDefaultDialer()