Loading packages/SettingsLib/src/com/android/settingslib/deviceinfo/PrivateStorageInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ public class PrivateStorageInfo { public final long freeBytes; public final long totalBytes; private PrivateStorageInfo(long freeBytes, long totalBytes) { public PrivateStorageInfo(long freeBytes, long totalBytes) { this.freeBytes = freeBytes; this.totalBytes = totalBytes; } Loading Loading
packages/SettingsLib/src/com/android/settingslib/deviceinfo/PrivateStorageInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ public class PrivateStorageInfo { public final long freeBytes; public final long totalBytes; private PrivateStorageInfo(long freeBytes, long totalBytes) { public PrivateStorageInfo(long freeBytes, long totalBytes) { this.freeBytes = freeBytes; this.totalBytes = totalBytes; } Loading