Home
last modified time | relevance | path

Searched refs:shouldProcessAsEmergency (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelephonyUtilTest.java55 assertFalse(TelephonyUtil.shouldProcessAsEmergency(mContext, Uri.parse("tel:911"))); in testShouldProcessAsEmergencyWithNoTelephonyCalling()
DCallIntentProcessorTest.java152 () -> TelephonyUtil.shouldProcessAsEmergency(any(), any())); in testPrivateSpaceCall_isEmergency_noDialogShown()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelephonyUtil.java72 public static boolean shouldProcessAsEmergency(Context context, Uri handle) { in shouldProcessAsEmergency() method in TelephonyUtil
DUserUtil.java101 if (!TelephonyUtil.shouldProcessAsEmergency(context, handle)) { in hasOutgoingCallsUserRestriction()
DCallIntentProcessor.java205 && !TelephonyUtil.shouldProcessAsEmergency(context, handle) in processOutgoingCallIntent()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java118 !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { in processOutgoingCallIntent()