Home
last modified time | relevance | path

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

/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreUtils.java48 static int getDescriptionResourceId(@NonNull Resources resources, in getDescriptionResourceId() method in BlobStoreUtils
54 static int getDescriptionResourceId(@NonNull Context context, in getDescriptionResourceId() method in BlobStoreUtils
59 : getDescriptionResourceId(resources, resourceEntryName, packageName); in getDescriptionResourceId()
H A DBlobMetadata.java42 import static com.android.server.blob.BlobStoreUtils.getDescriptionResourceId;
492 : BlobStoreUtils.getDescriptionResourceId( in getLeaseInfo()
865 final int resId = getDescriptionResourceId(resources, descriptionResEntryName, in getDescription()
H A DBlobStoreManagerService.java48 import static com.android.server.blob.BlobStoreUtils.getDescriptionResourceId;
609 : getDescriptionResourceId(resourcesGetter.apply(leasee.packageName), in queryBlobsForUserInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DAndroidPackage.java159 int getDescriptionResourceId(); in getDescriptionResourceId() method
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
H A DAndroidPackageTest.kt167 AndroidPackage::getDescriptionResourceId,
/aosp14/frameworks/base/services/api/
H A Dcurrent.txt97 method @StringRes public int getDescriptionResourceId();
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPackageImpl.java942 public int getDescriptionResourceId() { in getDescriptionResourceId() method in PackageImpl