Searched refs:isQuotaSupported (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/app/usage/
H A DIStorageStatsManager.aidl24 boolean isQuotaSupported(String volumeUuid, String callingPackage);
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/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl100 boolean isQuotaSupported(@nullable @utf8InCpp String uuid);
/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.h137 binder::Status isQuotaSupported(const std::unique_ptr<std::string>& volumeUuid,
H A DInstalldNativeService.cpp2658 binder::Status InstalldNativeService::isQuotaSupported( function in class:android::installd::InstalldNativeService
/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java2916 if (stats.isQuotaSupported(volumeUuid)) {
/frameworks/base/config/
H A Dboot-image-profile.txt1174 HPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/lang/String;)Z
1175 HPLandroid/app/usage/StorageStatsManager;->isQuotaSupported(Ljava/util/UUID;)Z
4255 HPLandroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z
[all...]

Completed in 289 milliseconds