Searched refs:isQuotaSupported (Results 1 – 12 of 12) sorted by relevance
72 public boolean isQuotaSupported(@NonNull UUID storageUuid) { in isQuotaSupported() method in StorageStatsManager74 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName()); in isQuotaSupported()82 public boolean isQuotaSupported(String uuid) { in isQuotaSupported() method in StorageStatsManager83 return isQuotaSupported(convert(uuid)); in isQuotaSupported()
26 boolean isQuotaSupported(String volumeUuid, String callingPackage); in isQuotaSupported() method
199 public boolean isQuotaSupported(String volumeUuid, String callingPackage) { in isQuotaSupported() method in StorageStatsService201 return mInstaller.isQuotaSupported(volumeUuid); in isQuotaSupported()249 if (isQuotaSupported(volumeUuid, PLATFORM_PACKAGE_NAME)) { in getFreeBytes()
108 boolean isQuotaSupported(@nullable @utf8InCpp String uuid); in isQuotaSupported() method
761 public boolean isQuotaSupported(String volumeUuid) throws InstallerException { in isQuotaSupported() method in Installer764 return mInstalld.isQuotaSupported(volumeUuid); in isQuotaSupported()
166 binder::Status isQuotaSupported(const std::optional<std::string>& volumeUuid,
3006 binder::Status InstalldNativeService::isQuotaSupported( in isQuotaSupported() function in android::installd::InstalldNativeService
63 method @Deprecated public boolean isQuotaSupported(String);
637 method public boolean isQuotaSupported(@NonNull java.util.UUID);
3983 && stats.isQuotaSupported(volumeUuid)) { in getAllocatableBytes()
9233 Landroid/app/usage/IStorageStatsManager$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;Ljava/lang/…9257 Landroid/app/usage/IStorageStatsManager;->isQuotaSupported(Ljava/lang/String;Ljava/lang/String;)Z39725 Landroid/os/IInstalld$Stub$Proxy;->isQuotaSupported(Ljava/lang/String;)Z39807 Landroid/os/IInstalld;->isQuotaSupported(Ljava/lang/String;)Z
29640 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…