Searched refs:mPrimaryStorageUuid (Results 1 – 1 of 1) sorted by relevance
453 private String mPrimaryStorageUuid; field in StorageManagerService1609 if ((Objects.equals(StorageManager.UUID_PRIVATE_INTERNAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()1611 || Objects.equals(privateVol.fsUuid, mPrimaryStorageUuid)) { in onVolumeCreatedLocked()1620 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()1888 mPrimaryStorageUuid = mMoveTargetUuid; in onMoveStatusLocked()2202 mPrimaryStorageUuid = getDefaultPrimaryStorageUuid(); in readSettingsLocked()2220 mPrimaryStorageUuid = readStringAttribute(in, in readSettingsLocked()2250 writeStringAttribute(out, ATTR_PRIMARY_STORAGE_UUID, mPrimaryStorageUuid); in writeSettingsLocked()2579 if (Objects.equals(mPrimaryStorageUuid, fsUuid)) { in forgetVolume()2580 mPrimaryStorageUuid = getDefaultPrimaryStorageUuid(); in forgetVolume()[all …]