Searched refs:UUID_PRIMARY_PHYSICAL (Results 1 – 7 of 7) sorted by relevance
168 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager899 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()2738 } else if (Objects.equals(uuid, UUID_PRIMARY_PHYSICAL)) { in convert()2766 return UUID_PRIMARY_PHYSICAL; in convert()
516 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuidAsUser()1573 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()2113 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()2748 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()2749 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
2336 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()2446 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()2470 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
1422 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL);2849 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL).forceCurrent();2916 StorageManager.UUID_PRIMARY_PHYSICAL);2928 StorageManager.UUID_PRIMARY_PHYSICAL);4359 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
26155 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
4572 return StorageManager.UUID_PRIMARY_PHYSICAL;
42279 Landroid/os/storage/StorageManager;->UUID_PRIMARY_PHYSICAL:Ljava/lang/String;