OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TELEPHONY_PACKAGE_NAME
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telecomm/src/com/android/server/telecom/
TelephonyUtil.java
39
private static final String
TELEPHONY_PACKAGE_NAME
= "com.android.phone";
46
new ComponentName(
TELEPHONY_PACKAGE_NAME
, PSTN_CALL_SERVICE_CLASS_NAME), "E");
68
TELEPHONY_PACKAGE_NAME
, PSTN_CALL_SERVICE_CLASS_NAME);
/cts/tests/tests/telecom/src/android/telecom/cts/
TelecomAvailabilityTest.java
42
private static final String
TELEPHONY_PACKAGE_NAME
= "com.android.phone";
92
&&
TELEPHONY_PACKAGE_NAME
.equals(resolveInfo.activityInfo.packageName)) {
Completed in 55 milliseconds