/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ResolveInfo.java | 148 public String resolvePackageName; field in ResolveInfo 223 if (resolvePackageName != null && labelRes != 0) { in loadLabel() 224 label = pm.getText(resolvePackageName, labelRes, null); in loadLabel() 291 if (resolvePackageName != null && iconResourceId != 0) { in loadIcon() 292 dr = pm.getDrawable(resolvePackageName, iconResourceId, null); in loadIcon() 349 if (resolvePackageName != null) { in dump() 350 pw.println(prefix + "resolvePackageName=" + resolvePackageName); in dump() 413 resolvePackageName = orig.resolvePackageName; in ResolveInfo() 478 dest.writeString8(resolvePackageName); in writeToParcel() 527 resolvePackageName = source.readString8(); in ResolveInfo()
|
/aosp12/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 | 7670 public static @Nullable String resolvePackageName(int uid, @Nullable String packageName) { in resolvePackageName() method in AppOpsManager
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/gestures/ |
H A D | GestureNavigationSettingsAssistControllerTest.java | 65 info.resolvePackageName = recentsComponentPackageName; in setUp() 66 info.serviceInfo.packageName = info.resolvePackageName; in setUp()
|
H A D | SystemNavigationPreferenceControllerTest.java | 101 info.resolvePackageName = recentsComponentName.getPackageName(); in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue() 102 info.serviceInfo.packageName = info.resolvePackageName; in testIsGestureAvailable_matchingServiceExists_shouldReturnTrue()
|
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/testutils/ |
H A D | Utils.java | 38 resolveInfo.resolvePackageName = packageName; in addAutofill()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
H A D | ResolveInfoBuilder.java | 67 info.resolvePackageName = mPackageName; in build()
|
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/ |
H A D | ResolveInfoBuilder.java | 67 info.resolvePackageName = mPackageName; in build()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/ |
H A D | DevicePrefFragment.java | 297 .createPackageContext(info.resolvePackageName != null in updateCastSettings() 298 ? info.resolvePackageName : info.activityInfo.packageName, 0); in updateCastSettings()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | ResolverDataProvider.java | 151 resolveInfo.resolvePackageName = "super.fake.packagename"; in createPackageManagerMockedInfo()
|
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/util/ |
H A D | PartnerTest.java | 147 resolveInfo.resolvePackageName = packageName; in PartnerPackageBuilder()
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverListAdapter.java | 329 ri.resolvePackageName = li.getSourcePackage(); 817 if (mRi.resolvePackageName != null && mRi.icon != 0) { 819 mPm.getResourcesForApplication(mRi.resolvePackageName), mRi.icon);
|
H A D | ChooserListAdapter.java | 157 ri.resolvePackageName = li.getSourcePackage(); in ChooserListAdapter()
|
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
H A D | EnterprisePrivacyFeatureProviderImplTest.java | 430 resolveInfo.resolvePackageName = packageName; in addWorkPolicyInfoIntent() 453 resolveInfo.resolvePackageName = packageName; in addParentalControlsIntent()
|
/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/ |
H A D | DevicePrefFragmentTest.java | 126 resolveInfo.resolvePackageName = "com.android.tv.settings"; in testUpdateCastSettings()
|
/aosp12/frameworks/base/services/core/java/com/android/server/appop/ |
H A D | AppOpsService.java | 2281 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in getOpsForPackage() 3214 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in checkOperationImpl() 3358 String resolveProxyPackageName = AppOpsManager.resolvePackageName(proxyUid, in noteProxyOperationImpl() 3383 String resolveProxiedPackageName = AppOpsManager.resolvePackageName(proxiedUid, in noteProxyOperationImpl() 3412 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in noteOperationImpl() 3818 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in startOperationImpl() 3876 String resolvedProxyPackageName = AppOpsManager.resolvePackageName(proxyUid, in startProxyOperationImpl() 3893 String resolvedProxiedPackageName = AppOpsManager.resolvePackageName(proxiedUid, in startProxyOperationImpl() 4058 String resolvedPackageName = AppOpsManager.resolvePackageName(uid, packageName); in finishOperationImpl() 4092 String resolvedProxyPackageName = AppOpsManager.resolvePackageName(proxyUid, in finishProxyOperationImpl() [all …]
|
/aosp12/frameworks/base/core/java/android/nfc/cardemulation/ |
H A D | ApduServiceInfo.java | 498 mService.resolvePackageName, PackageManager.GET_META_DATA)); in loadAppLabel()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/ |
H A D | PermissionManagerService.java | 5645 final String resolvedPackageName = resolvePackageName(context, accessorSource); 6059 final String resolvedAccessorPackageName = resolvePackageName(context, 6068 final String resolvedNextPackageName = resolvePackageName(context, next); 6194 private static @Nullable String resolvePackageName(@NonNull Context context, 6207 return AppOpsManager.resolvePackageName(attributionSource.getUid(), 6216 return attributionSource.withPackageName(resolvePackageName(context,
|
/aosp12/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 | 34462 …/pm/permission/PermissionManagerService$PermissionCheckerService;->resolvePackageName(Landroid/con…
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 3080 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostResolutionFilter() 3162 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostServiceResolutionFilter() 10678 ri.resolvePackageName = intentPackage; in chooseBestActivity() 11425 installerInfo.resolvePackageName = info.getComponentInfo().packageName; in applyPostContentProviderResolutionFilter()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 6301 final String packageName = AppOpsManager.resolvePackageName(uid, in openContentUri()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 12975 field public String resolvePackageName;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 8980 field public java.lang.String resolvePackageName;
|