Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/
DRequestRoleActivity.java204 String callingPackageName = intent.getStringExtra(Intent.EXTRA_CALLING_PACKAGE); in handleChangeDefaultDialerDialogCompatibility() local
207 if (Objects.equals(extraPackageName, callingPackageName)) { in handleChangeDefaultDialerDialogCompatibility()
216 if (Objects.equals(callingPackageName, holderPackageName)) { in handleChangeDefaultDialerDialogCompatibility()
247 String callingPackageName = intent.getStringExtra(Intent.EXTRA_CALLING_PACKAGE); in handleSmsDefaultDialogCompatibility() local
259 if (Objects.equals(extraPackageName, callingPackageName)) { in handleSmsDefaultDialogCompatibility()
268 if (Objects.equals(callingPackageName, holderPackageName)) { in handleSmsDefaultDialogCompatibility()
/packages/services/Telecomm/src/com/android/server/telecom/components/
DUserCallIntentProcessor.java81 public void processIntent(Intent intent, String callingPackageName, in processIntent() argument
93 processOutgoingCallIntent(intent, callingPackageName, canCallNonEmergency, in processIntent()
98 private void processOutgoingCallIntent(Intent intent, String callingPackageName, in processOutgoingCallIntent() argument
158 sendIntentToDestination(intent, isLocalInvocation, callingPackageName); in processOutgoingCallIntent()
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/
DAddAppNetworksFragment.java454 private void assignAppIcon(Context context, String callingPackageName) { in assignAppIcon() argument
455 final Drawable drawable = loadPackageIconDrawable(context, callingPackageName); in assignAppIcon()
459 private Drawable loadPackageIconDrawable(Context context, String callingPackageName) { in loadPackageIconDrawable() argument
462 icon = context.getPackageManager().getApplicationIcon(callingPackageName); in loadPackageIconDrawable()
470 private void assignTitleAndSummary(Context context, String callingPackageName) { in assignTitleAndSummary() argument
476 Utils.getApplicationLabel(context, callingPackageName))); in assignTitleAndSummary()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/panel/
DPanelFragment.java72 final String callingPackageName = in onCreateView() local
88 callingPackageName, in onCreateView()
/packages/apps/Settings/src/com/android/settings/panel/
DPanelFragment.java198 final String callingPackageName = in createPanelContent() local
274 callingPackageName, in createPanelContent()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java1061 String callingPackageName = mContext.getPackageManager().getNameForUid( in notifyConfigChangedForSubId() local
1063 clearCachedConfigForPackage(callingPackageName); in notifyConfigChangedForSubId()
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java2281 String callingPackageName = getCallingPackage_(); in blockIllegalAccessFromBlockedPackage() local
2282 if (sBlockedPackages.containsKey(callingPackageName)) { in blockIllegalAccessFromBlockedPackage()
2287 + callingPackageName in blockIllegalAccessFromBlockedPackage()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java2102 String callingPackageName = getCallingPackage_(); in blockIllegalAccessFromBlockedPackage() local
2103 if (sBlockedPackages.containsKey(callingPackageName)) { in blockIllegalAccessFromBlockedPackage()
2106 + callingPackageName + " is blocked"); in blockIllegalAccessFromBlockedPackage()