Searched refs:UUID_PRIMARY_PHYSICAL (Results 1 – 6 of 6) sorted by relevance
129 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager735 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()1990 } else if (Objects.equals(uuid, UUID_PRIMARY_PHYSICAL)) { in convert()2004 return UUID_PRIMARY_PHYSICAL; in convert()
359 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuid()1172 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()1523 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()2077 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()2078 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
1926 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()2037 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()2061 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
1421 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL); in getExternalVersion()3013 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL).forceCurrent(); in readLPw()3101 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()3113 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()4456 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in dumpVersionLPr()
22875 currentVolumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL;22929 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
2016 return StorageManager.UUID_PRIMARY_PHYSICAL; in getVolumeUuidForPackage()