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

  /frameworks/base/telecomm/java/android/telecom/
DisconnectCause.java 51 public static final int MISSED = 5;
234 case MISSED:
235 code = "MISSED";
  /packages/services/Telecomm/src/com/android/server/telecom/
MissedCallNotifier.java 46 * Creates a notification for calls that the user missed (neither answered nor rejected).
65 // Used to track the number of missed calls.
80 call.getDisconnectCause().getCode() == DisconnectCause.MISSED) {
85 /** Clears missed call notification and marks the call log's missed calls as read. */
87 // Clear the list of new missed calls from the call log.
103 * Create a system notification for the missed call.
105 * @param call The missed call.
114 // 1 missed call: <caller name || handle>
115 // More than 1 missed call: <number of calls> + "missed calls
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
DisconnectCauseUtil.java 77 return DisconnectCause.MISSED;
  /packages/apps/InCallUI/src/com/android/incallui/
CallList.java 463 case DisconnectCause.MISSED:
465 // no delay for missed/rejected incoming calls and canceled outgoing calls.

Completed in 226 milliseconds