Home
last modified time | relevance | path

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

/packages/services/Telephony/tests/src/com/android/phone/
DPhoneUtilsTest.java54 private static final ComponentName PSTN_CONNECTION_SERVICE_COMPONENT = new ComponentName( field in PhoneUtilsTest
57 PSTN_CONNECTION_SERVICE_COMPONENT, mPhoneAccountHandleIdString);
84 PSTN_CONNECTION_SERVICE_COMPONENT, mPhoneAccountHandleIdString); in testMakePstnPhoneAccountHandleWithPrefix()
93 PSTN_CONNECTION_SERVICE_COMPONENT, mPhoneAccountHandleIdString, userHandle); in testMakePstnPhoneAccountHandleWithPrefixForAnotherUser()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java104 private static final ComponentName PSTN_CONNECTION_SERVICE_COMPONENT = field in PhoneUtils
770 return PSTN_CONNECTION_SERVICE_COMPONENT; in getPstnConnectionServiceName()