Searched refs:TelephonyUtil (Results 1 – 6 of 6) sorted by relevance
30 public final class TelephonyUtil { class31 private static final String TAG = TelephonyUtil.class.getSimpleName();42 private TelephonyUtil() {} in TelephonyUtil() method in TelephonyUtil
295 if (TelephonyUtil.shouldProcessAsEmergency(mContext, mCall.getHandle())) { in adjustAttemptsForEmergency()307 allAccounts.add(TelephonyUtil.getDefaultEmergencyPhoneAccount()); in adjustAttemptsForEmergency()
525 boolean isEmergencyCall = TelephonyUtil.shouldProcessAsEmergency(mContext, in startOutgoingCall()598 boolean isEmergencyCall = TelephonyUtil.shouldProcessAsEmergency(mContext, in placeOutgoingCall()
55 if (!TelephonyUtil.shouldProcessAsEmergency(mContext, mCall.getHandle())) { in isTimeoutNeededForCall()
115 && !TelephonyUtil.shouldProcessAsEmergency(this, handle)) { in processOutgoingCallIntent()
684 TelephonyUtil.isPstnComponentName(phoneAccountHandle.getComponentName())) { in addNewUnknownCall()