Loading services/usage/java/com/android/server/usage/StorageStatsService.java +0 −4 Original line number Diff line number Diff line Loading @@ -155,8 +155,6 @@ public class StorageStatsService extends IStorageStatsManager.Stub { @Override public boolean isQuotaSupported(String volumeUuid, String callingPackage) { enforcePermission(Binder.getCallingUid(), callingPackage); try { return mInstaller.isQuotaSupported(volumeUuid); } catch (InstallerException e) { Loading @@ -166,8 +164,6 @@ public class StorageStatsService extends IStorageStatsManager.Stub { @Override public boolean isReservedSupported(String volumeUuid, String callingPackage) { enforcePermission(Binder.getCallingUid(), callingPackage); if (volumeUuid == StorageManager.UUID_PRIVATE_INTERNAL) { return SystemProperties.getBoolean(StorageManager.PROP_HAS_RESERVED, false); } else { Loading Loading
services/usage/java/com/android/server/usage/StorageStatsService.java +0 −4 Original line number Diff line number Diff line Loading @@ -155,8 +155,6 @@ public class StorageStatsService extends IStorageStatsManager.Stub { @Override public boolean isQuotaSupported(String volumeUuid, String callingPackage) { enforcePermission(Binder.getCallingUid(), callingPackage); try { return mInstaller.isQuotaSupported(volumeUuid); } catch (InstallerException e) { Loading @@ -166,8 +164,6 @@ public class StorageStatsService extends IStorageStatsManager.Stub { @Override public boolean isReservedSupported(String volumeUuid, String callingPackage) { enforcePermission(Binder.getCallingUid(), callingPackage); if (volumeUuid == StorageManager.UUID_PRIVATE_INTERNAL) { return SystemProperties.getBoolean(StorageManager.PROP_HAS_RESERVED, false); } else { Loading