Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java76 public void processIntent(Intent intent, String callingPackageName, in processIntent() argument
88 processOutgoingCallIntent(intent, callingPackageName, canCallNonEmergency); in processIntent()
92 private void processOutgoingCallIntent(Intent intent, String callingPackageName, in processOutgoingCallIntent() argument
142 isDefaultOrSystemDialer(callingPackageName)); in processOutgoingCallIntent()
150 private boolean isDefaultOrSystemDialer(String callingPackageName) { in isDefaultOrSystemDialer() argument
151 if (TextUtils.isEmpty(callingPackageName)) { in isDefaultOrSystemDialer()
157 if (TextUtils.equals(defaultDialer, callingPackageName)) { in isDefaultOrSystemDialer()
163 return TextUtils.equals(telecomManager.getSystemDialerPackage(), callingPackageName); in isDefaultOrSystemDialer()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java675 String callingPackageName = mContext.getPackageManager().getNameForUid( in notifyConfigChangedForSubId() local
679 callingPackageName); in notifyConfigChangedForSubId()
690 clearCachedConfigForPackage(callingPackageName); in notifyConfigChangedForSubId()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java1970 String callingPackageName = getCallingPackage_(); in blockIllegalAccessFromBlockedPackage() local
1971 if (sBlockedPackages.containsKey(callingPackageName)) { in blockIllegalAccessFromBlockedPackage()
1974 + callingPackageName + " is blocked"); in blockIllegalAccessFromBlockedPackage()