Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DTelephonyUtil.java41 private static final String PSTN_CALL_SERVICE_CLASS_NAME = field in TelephonyUtil
46 new ComponentName(TELEPHONY_PACKAGE_NAME, PSTN_CALL_SERVICE_CLASS_NAME), "E");
68 TELEPHONY_PACKAGE_NAME, PSTN_CALL_SERVICE_CLASS_NAME); in isPstnComponentName()