Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelephonyUtil.java30 public final class TelephonyUtil { class
31 private static final String TAG = TelephonyUtil.class.getSimpleName();
42 private TelephonyUtil() {} in TelephonyUtil() method in TelephonyUtil
DCreateConnectionProcessor.java295 if (TelephonyUtil.shouldProcessAsEmergency(mContext, mCall.getHandle())) { in adjustAttemptsForEmergency()
307 allAccounts.add(TelephonyUtil.getDefaultEmergencyPhoneAccount()); in adjustAttemptsForEmergency()
DCallsManager.java525 boolean isEmergencyCall = TelephonyUtil.shouldProcessAsEmergency(mContext, in startOutgoingCall()
598 boolean isEmergencyCall = TelephonyUtil.shouldProcessAsEmergency(mContext, in placeOutgoingCall()
DCreateConnectionTimeout.java55 if (!TelephonyUtil.shouldProcessAsEmergency(mContext, mCall.getHandle())) { in isTimeoutNeededForCall()
DCallActivity.java115 && !TelephonyUtil.shouldProcessAsEmergency(this, handle)) { in processOutgoingCallIntent()
DTelecomService.java684 TelephonyUtil.isPstnComponentName(phoneAccountHandle.getComponentName())) { in addNewUnknownCall()