Loading src/com/android/settings/deviceinfo/StorageSettings.java +3 −0 Original line number Diff line number Diff line Loading @@ -478,6 +478,9 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index continue; } final File path = info.getPath(); if (path == null) { continue; } privateUsedBytes += path.getTotalSpace() - path.getFreeSpace(); privateTotalBytes += path.getTotalSpace(); } Loading Loading
src/com/android/settings/deviceinfo/StorageSettings.java +3 −0 Original line number Diff line number Diff line Loading @@ -478,6 +478,9 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index continue; } final File path = info.getPath(); if (path == null) { continue; } privateUsedBytes += path.getTotalSpace() - path.getFreeSpace(); privateTotalBytes += path.getTotalSpace(); } Loading