Searched refs:UUID_PRIMARY_PHYSICAL (Results 1 – 5 of 5) sorted by relevance
93 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager603 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()
381 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuid()1283 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()1556 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()2050 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()2051 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
1763 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()1850 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()1874 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
1424 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL); in getExternalVersion()2799 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()2887 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()2899 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()4271 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in dumpVersionLPr()
15376 return StorageManager.UUID_PRIMARY_PHYSICAL;19084 final String volumeUuid = externalStorage ? StorageManager.UUID_PRIMARY_PHYSICAL20034 currentVolumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL;20088 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {