Searched defs:isQuotaSupported (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java67 public boolean isQuotaSupported(@NonNull UUID storageUuid) { method in class:StorageStatsManager
69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName());
77 public boolean isQuotaSupported(String uuid) { method in class:StorageStatsManager
78 return isQuotaSupported(convert(uuid));
/frameworks/base/services/usage/java/com/android/server/usage/
H A DStorageStatsService.java157 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { method in class:StorageStatsService
161 return mInstaller.isQuotaSupported(volumeUuid);
210 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) {
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java562 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { method in class:Installer
565 return mInstalld.isQuotaSupported(volumeUuid);
/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2658 binder::Status InstalldNativeService::isQuotaSupported( function in class:android::installd::InstalldNativeService

Completed in 133 milliseconds