Home
last modified time | relevance | path

Searched refs:ACTION_EMERGENCY_DIAL (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskHostDrivenTest.java51 private static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in LockTaskHostDrivenTest
287 Intent intent = new Intent(ACTION_EMERGENCY_DIAL).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in launchEmergencyDialer()
292 Intent intent = new Intent(ACTION_EMERGENCY_DIAL).addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in getEmergencyDialerPackageName()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDefaultDialerOperationsTest.java47 private static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in DefaultDialerOperationsTest
134 Intent intent = new Intent(ACTION_EMERGENCY_DIAL); in testEmergencyDialerUI()