Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java724 ComponentName pstnConnectionServiceName = getPstnConnectionServiceName(); in makePstnPhoneAccountHandleWithPrefix()
745 if (handle != null && handle.getComponentName().equals(getPstnConnectionServiceName())) { in getPhoneForPhoneAccountHandle()
764 private static ComponentName getPstnConnectionServiceName() { in getPstnConnectionServiceName() method in PhoneUtils