Searched refs:ACTION_CALL_EMERGENCY (Results 1 – 8 of 8) sorted by relevance
71 Intent intent = new Intent(Intent.ACTION_CALL_EMERGENCY); in performEmergencyCall()
52 .addAction(Intent.ACTION_CALL_EMERGENCY)70 .addAction(Intent.ACTION_CALL_EMERGENCY)
26 import static android.content.Intent.ACTION_CALL_EMERGENCY;463 if (ACTION_CALL_EMERGENCY.equals(intent.getAction())) { in isEmergencyCallIntent()
561 || Intent.ACTION_CALL_EMERGENCY.equals(intent.getAction()) in isDialerIntent()
277 Task callAction = getTask(new Intent(Intent.ACTION_CALL_EMERGENCY), in testLockTaskViolation_emergencyCall()
375 .setAction(Intent.ACTION_CALL_EMERGENCY); in shouldSkipDisclosure_callIntent_callEmergency()
1209 public static final String ACTION_CALL_EMERGENCY = "android.intent.action.CALL_EMERGENCY"; field in Intent
3847 field public static final String ACTION_CALL_EMERGENCY = "android.intent.action.CALL_EMERGENCY";