Searched refs:ACTION_CALL_EMERGENCY (Results 1 – 8 of 8) sorted by relevance
71 Intent intent = new Intent(Intent.ACTION_CALL_EMERGENCY); in performEmergencyCall()
25 import static android.content.Intent.ACTION_CALL_EMERGENCY;354 if (ACTION_CALL_EMERGENCY.equals(intent.getAction())) { in isEmergencyCallTask()
173 || Intent.ACTION_CALL_EMERGENCY.equals(intent.getAction()) in isDialerIntent()
340 .setAction(Intent.ACTION_CALL_EMERGENCY); in shouldSkipDisclosure_callIntent_callEmergency()
268 TaskRecord callAction = getTaskRecord(new Intent(Intent.ACTION_CALL_EMERGENCY), in testLockTaskViolation_emergencyCall()
1135 public static final String ACTION_CALL_EMERGENCY = "android.intent.action.CALL_EMERGENCY"; field in Intent
1558 field public static final String ACTION_CALL_EMERGENCY = "android.intent.action.CALL_EMERGENCY";