Home
last modified time | relevance | path

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

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreUtils.java50 static int getDescriptionResourceId(@NonNull Resources resources, in getDescriptionResourceId() method in BlobStoreUtils
56 static int getDescriptionResourceId(@NonNull Context context, in getDescriptionResourceId() method in BlobStoreUtils
61 : getDescriptionResourceId(resources, resourceEntryName, packageName); in getDescriptionResourceId()
DBlobMetadata.java42 import static com.android.server.blob.BlobStoreUtils.getDescriptionResourceId;
491 : BlobStoreUtils.getDescriptionResourceId( in getLeaseInfo()
864 final int resId = getDescriptionResourceId(resources, descriptionResEntryName, in getDescription()
DBlobStoreManagerService.java48 import static com.android.server.blob.BlobStoreUtils.getDescriptionResourceId;
609 : getDescriptionResourceId(resourcesGetter.apply(leasee.packageName), in queryBlobsForUserInternal()
/frameworks/base/core/java/com/android/server/pm/pkg/
DAndroidPackage.java159 int getDescriptionResourceId(); in getDescriptionResourceId() method
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/parsing/parcelling/
DAndroidPackageTest.kt168 AndroidPackage::getDescriptionResourceId, in <lambda>()
/frameworks/base/services/api/
Dcurrent.txt97 method @StringRes public int getDescriptionResourceId();
/frameworks/base/core/java/com/android/internal/pm/parsing/pkg/
DPackageImpl.java963 public int getDescriptionResourceId() { in getDescriptionResourceId() method in PackageImpl