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

  /packages/apps/Phone/src/com/android/phone/
CallController.java 222 || Intent.ACTION_CALL_EMERGENCY.equals(action)
389 // Sanity-check that ACTION_CALL_EMERGENCY is used if and only if
397 boolean isEmergencyIntent = Intent.ACTION_CALL_EMERGENCY.equals(intent.getAction());
    [all...]
OutgoingCallBroadcaster.java 484 + " emergency number. Use ACTION_CALL_EMERGENCY as an action instead.");
485 action = Intent.ACTION_CALL_EMERGENCY;
518 } else if (Intent.ACTION_CALL_EMERGENCY.equals(action)) {
519 // ACTION_CALL_EMERGENCY case: this is either a CALL_PRIVILEGED
    [all...]
EmergencyDialer.java 544 Intent intent = new Intent(Intent.ACTION_CALL_EMERGENCY);
InCallScreen.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 154 milliseconds