Home
last modified time | relevance | path

Searched refs:isQuotaSupported (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/app/usage/
DStorageStatsManager.java72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager
74 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()
82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager
83 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
DIStorageStatsManager.aidl26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
/frameworks/base/services/usage/java/com/android/server/usage/
DStorageStatsService.java199 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService
201 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()
249 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl108 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
/frameworks/base/services/core/java/com/android/server/pm/
DInstaller.java761 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer
764 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
/frameworks/native/cmds/installd/
DInstalldNativeService.h166 binder::Status isQuotaSupported(const std::optional<std::string>& volumeUuid,
DInstalldNativeService.cpp3006 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
/frameworks/base/core/api/
Dremoved.txt63 method @Deprecated public boolean isQuotaSupported(String);
Dtest-current.txt637 method public boolean isQuotaSupported(@NonNull java.util.UUID);
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java3983 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9233 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;Ljava/lang/…
9257 Landroid/app/usage/IStorageStatsManager;->isQuotaSupported(Ljava/lang/String;Ljava/lang/String;)Z
39725 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z
39807 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z
/frameworks/base/services/
Dart-profile29640 HPLcom/android/server/pm/Installer;->isQuotaSupported(Ljava/lang/String;)Z+]Landroid/os/IInstalld;L…
41002 HPLcom/android/server/usage/StorageStatsService;->isQuotaSupported(Ljava/lang/String;Ljava/lang/Str…