Searched refs:shouldProcessAsEmergency (Results 1 – 2 of 2) sorted by relevance
115 if (!TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { in processOutgoingCallIntent()142 if (!canCallNonEmergency && !TelephonyUtil.shouldProcessAsEmergency(mContext, handle)) { in processOutgoingCallIntent()
72 public static boolean shouldProcessAsEmergency(Context context, Uri handle) { in shouldProcessAsEmergency() method in TelephonyUtil