Searched refs:callingPackageName (Results 1 – 7 of 7) sorted by relevance
/packages/apps/PermissionController/src/com/android/packageinstaller/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/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 | 168 final String callingPackageName = in createPanelContent() local 207 callingPackageName, in createPanelContent()
|
/packages/services/Telephony/src/com/android/phone/ |
D | CarrierConfigLoader.java | 1060 String callingPackageName = mContext.getPackageManager().getNameForUid( in notifyConfigChangedForSubId() local 1062 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()
|