Searched refs:callingPackageName (Results 1 – 8 of 8) sorted by relevance
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/ |
D | RequestRoleActivity.java | 204 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/ |
D | UserCallIntentProcessor.java | 81 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/ |
D | AddAppNetworksFragment.java | 454 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/ |
D | PanelFragment.java | 72 final String callingPackageName = in onCreateView() local 88 callingPackageName, in onCreateView()
|
/packages/apps/Settings/src/com/android/settings/panel/ |
D | PanelFragment.java | 198 final String callingPackageName = in createPanelContent() local 274 callingPackageName, in createPanelContent()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 1061 String callingPackageName = mContext.getPackageManager().getNameForUid( in notifyConfigChangedForSubId() local 1063 clearCachedConfigForPackage(callingPackageName); in notifyConfigChangedForSubId()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/ |
D | FakeTvProvider.java | 2281 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/ |
D | TvProvider.java | 2102 String callingPackageName = getCallingPackage_(); in blockIllegalAccessFromBlockedPackage() local 2103 if (sBlockedPackages.containsKey(callingPackageName)) { in blockIllegalAccessFromBlockedPackage() 2106 + callingPackageName + " is blocked"); in blockIllegalAccessFromBlockedPackage()
|