[go: nahoru, domu]

Searched refs:mPrimaryStorageUuid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DMountService.java315 private String mPrimaryStorageUuid; field in class:MountService
1267 if (Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, mPrimaryStorageUuid)
1274 } else if (Objects.equals(privateVol.fsUuid, mPrimaryStorageUuid)) {
1283 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid)
1416 mPrimaryStorageUuid = mMoveTargetUuid;
1564 mPrimaryStorageUuid = getDefaultPrimaryStorageUuid();
1584 mPrimaryStorageUuid = readStringAttribute(in,
1616 writeStringAttribute(out, ATTR_PRIMARY_STORAGE_UUID, mPrimaryStorageUuid);
1893 if (Objects.equals(mPrimaryStorageUuid, fsUuid)) {
1894 mPrimaryStorageUuid
[all...]

Completed in 39 milliseconds