/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | ResolveInfo.java | 157 public String resolvePackageName; field in ResolveInfo 232 if (resolvePackageName != null && labelRes != 0) { in loadLabel() 233 label = pm.getText(resolvePackageName, labelRes, null); in loadLabel() 300 if (resolvePackageName != null && iconResourceId != 0) { in loadIcon() 301 dr = pm.getDrawable(resolvePackageName, iconResourceId, null); in loadIcon() 358 if (resolvePackageName != null) { in dump() 359 pw.println(prefix + "resolvePackageName=" + resolvePackageName); in dump() 422 resolvePackageName = orig.resolvePackageName; in ResolveInfo() 492 dest.writeString8(resolvePackageName); in writeToParcel() 542 resolvePackageName = source.readString8(); in ResolveInfo()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | WallpaperInfo.java | 252 String packageName = mService.resolvePackageName; in loadAuthor() 265 String packageName = mService.resolvePackageName; in loadDescription() 289 String packageName = mService.resolvePackageName; in loadContextUri() 311 String packageName = mService.resolvePackageName; in loadContextDescription()
|
H A D | AppOpsManager.java | 7696 public static @Nullable String resolvePackageName(int uid, @Nullable String packageName) { in resolvePackageName() method in AppOpsManager
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverDataProvider.java | 156 resolveInfo.resolvePackageName = "super.fake.packagename"; in createPackageManagerMockedInfo()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerService.java | 1129 final String resolvedPackageName = resolvePackageName(context, accessorSource); in finishDataDelivery() 1554 final String resolvedAccessorPackageName = resolvePackageName(context, in performOpTransaction() 1563 final String resolvedNextPackageName = resolvePackageName(context, next); in performOpTransaction() 1717 private static @Nullable String resolvePackageName(@NonNull Context context, in resolvePackageName() method in PermissionManagerService.PermissionCheckerService 1730 return AppOpsManager.resolvePackageName(attributionSource.getUid(), in resolvePackageName() 1739 return attributionSource.withPackageName(resolvePackageName(context, in resolveAttributionSource()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverListAdapter.java | 445 ri.resolvePackageName = li.getSourcePackage(); 1029 if (mRi.resolvePackageName != null && mRi.icon != 0) { 1031 mPm.getResourcesForApplication(mRi.resolvePackageName), mRi.icon);
|
H A D | ChooserListAdapter.java | 199 ri.resolvePackageName = li.getSourcePackage(); in ChooserListAdapter()
|
/aosp14/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 1530 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in getOpsForPackage() 2396 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in checkOperationImpl() 2555 String resolveProxyPackageName = AppOpsManager.resolvePackageName(proxyUid, in noteProxyOperationImpl() 2580 String resolveProxiedPackageName = AppOpsManager.resolvePackageName(proxiedUid, in noteProxyOperationImpl() 2612 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in noteOperationImpl() 3030 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in startOperationImpl() 3101 String resolvedProxyPackageName = AppOpsManager.resolvePackageName(proxyUid, in startProxyOperationImpl() 3118 String resolvedProxiedPackageName = AppOpsManager.resolvePackageName(proxiedUid, in startProxyOperationImpl() 3294 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in finishOperationImpl() 3328 String resolvedProxyPackageName = AppOpsManager.resolvePackageName(proxyUid, in finishProxyOperationImpl() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | ResolveIntentHelper.java | 287 ri.resolvePackageName = intentPackage; in chooseBestActivity() 634 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostContentProviderResolutionFilter()
|
H A D | ComputerEngine.java | 1230 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostResolutionFilter() 1312 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostServiceResolutionFilter()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/ |
H A D | DreamBackend.java | 218 String packageName = resolveInfo.resolvePackageName; in getDescription()
|
/aosp14/frameworks/base/core/java/android/nfc/cardemulation/ |
H A D | ApduServiceInfo.java | 498 mService.resolvePackageName, PackageManager.GET_META_DATA)); in loadAppLabel()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile-boot | 397 Lcom/android/server/appop/AppOpsService;->resolvePackageName(ILjava/lang/String;)Ljava/lang/String;
|
H A D | art-profile | 8043 …/pm/permission/PermissionManagerService$PermissionCheckerService;->resolvePackageName(Landroid/con…
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 7136 final String packageName = AppOpsManager.resolvePackageName(uid, in openContentUri()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 13003 field public String resolvePackageName;
|