Home
last modified time | relevance | path

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

/packages/apps/PermissionController/src/com/android/packageinstaller/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/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.java168 final String callingPackageName = in createPanelContent() local
207 callingPackageName, in createPanelContent()
/packages/services/Telephony/src/com/android/phone/
DCarrierConfigLoader.java1060 String callingPackageName = mContext.getPackageManager().getNameForUid( in notifyConfigChangedForSubId() local
1062 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()