Searched refs:shouldProcessAsEmergency (Results 1 – 6 of 6) sorted by relevance
55 assertFalse(TelephonyUtil.shouldProcessAsEmergency(mContext, Uri.parse("tel:911"))); in testShouldProcessAsEmergencyWithNoTelephonyCalling()
152 () -> TelephonyUtil.shouldProcessAsEmergency(any(), any())); in testPrivateSpaceCall_isEmergency_noDialogShown()
72 public static boolean shouldProcessAsEmergency(Context context, Uri handle) { in shouldProcessAsEmergency() method in TelephonyUtil
101 if (!TelephonyUtil.shouldProcessAsEmergency(context, handle)) { in hasOutgoingCallsUserRestriction()
205 && !TelephonyUtil.shouldProcessAsEmergency(context, handle) in processOutgoingCallIntent()
118 !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { in processOutgoingCallIntent()