Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DDefaultDialerOperationsTest.java46 private static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in DefaultDialerOperationsTest
133 Intent intent = new Intent(ACTION_EMERGENCY_DIAL); in testEmergencyDialerUI()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DLockTaskHostDrivenTest.java44 private static final String ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL"; field in LockTaskHostDrivenTest
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DLockTaskTest.kt1132 val intent = Intent(ACTION_EMERGENCY_DIAL) in <lambda>()
1175 val intent = Intent(ACTION_EMERGENCY_DIAL) in <lambda>()
1317 private const val ACTION_EMERGENCY_DIAL = "com.android.phone.EmergencyDialer.DIAL" in <lambda>() constant
1321 Intent(ACTION_EMERGENCY_DIAL).addFlags(FLAG_ACTIVITY_NEW_TASK), in <lambda>()