Home | History | Annotate | Download | only in deviceinfo

Lines Matching defs:storage

28 import android.os.storage.DiskInfo;
29 import android.os.storage.StorageManager;
30 import android.os.storage.VolumeInfo;
96 final StorageManager storage = mActivity.mStorage;
99 storage.partitionPrivate(activity.mDisk.getId());
103 mPrivateBench = storage.benchmark(privateVol.getId());
107 // physical storage, then automatically move storage to the
110 && Objects.equals(storage.getPrimaryStorageUuid(),
113 + "storage to new emulated volume");
114 storage.setPrimaryStorageUuid(privateVol.getFsUuid(), new SilentObserver());
118 storage.partitionPublic(activity.mDisk.getId());
152 // When the adoptable storage feature originally launched, we
153 // benchmarked both internal storage and the newly adopted
154 // storage and we warned if the adopted device was less than
157 // internal storage performance.)
159 // However, since then, internal storage has started moving from
253 // Offer to migrate only if storage is currently internal