Loading services/core/java/com/android/server/StorageManagerService.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1556,8 +1556,6 @@ class StorageManagerService extends IStorageManager.Stub public StorageManagerService(Context context) { public StorageManagerService(Context context) { sSelf = this; sSelf = this; updateFusePropFromSettings(); // Snapshot feature flag used for this boot // Snapshot feature flag used for this boot SystemProperties.set(StorageManager.PROP_ISOLATED_STORAGE_SNAPSHOT, Boolean.toString( SystemProperties.set(StorageManager.PROP_ISOLATED_STORAGE_SNAPSHOT, Boolean.toString( SystemProperties.getBoolean(StorageManager.PROP_ISOLATED_STORAGE, true))); SystemProperties.getBoolean(StorageManager.PROP_ISOLATED_STORAGE, true))); Loading Loading @@ -1757,6 +1755,7 @@ class StorageManagerService extends IStorageManager.Stub private void bootCompleted() { private void bootCompleted() { mBootCompleted = true; mBootCompleted = true; mHandler.obtainMessage(H_BOOT_COMPLETED).sendToTarget(); mHandler.obtainMessage(H_BOOT_COMPLETED).sendToTarget(); updateFusePropFromSettings(); } } private void handleBootCompleted() { private void handleBootCompleted() { Loading Loading
services/core/java/com/android/server/StorageManagerService.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -1556,8 +1556,6 @@ class StorageManagerService extends IStorageManager.Stub public StorageManagerService(Context context) { public StorageManagerService(Context context) { sSelf = this; sSelf = this; updateFusePropFromSettings(); // Snapshot feature flag used for this boot // Snapshot feature flag used for this boot SystemProperties.set(StorageManager.PROP_ISOLATED_STORAGE_SNAPSHOT, Boolean.toString( SystemProperties.set(StorageManager.PROP_ISOLATED_STORAGE_SNAPSHOT, Boolean.toString( SystemProperties.getBoolean(StorageManager.PROP_ISOLATED_STORAGE, true))); SystemProperties.getBoolean(StorageManager.PROP_ISOLATED_STORAGE, true))); Loading Loading @@ -1757,6 +1755,7 @@ class StorageManagerService extends IStorageManager.Stub private void bootCompleted() { private void bootCompleted() { mBootCompleted = true; mBootCompleted = true; mHandler.obtainMessage(H_BOOT_COMPLETED).sendToTarget(); mHandler.obtainMessage(H_BOOT_COMPLETED).sendToTarget(); updateFusePropFromSettings(); } } private void handleBootCompleted() { private void handleBootCompleted() { Loading