Searched refs:UUID_PRIMARY_PHYSICAL (Results 1 – 7 of 7) sorted by relevance
163 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager886 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()2741 } else if (Objects.equals(uuid, UUID_PRIMARY_PHYSICAL)) { in convert()2769 return UUID_PRIMARY_PHYSICAL; in convert()
180 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in movePackageInternal()
1647 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL);3338 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL).forceCurrent();3404 StorageManager.UUID_PRIMARY_PHYSICAL);3418 StorageManager.UUID_PRIMARY_PHYSICAL);3485 if (!mVersion.containsKey(StorageManager.UUID_PRIMARY_PHYSICAL)) {3488 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL).forceCurrent();4920 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
538 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuidAsUser()1620 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()2193 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()3026 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()3027 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
2675 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()2785 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()2809 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
4403 return StorageManager.UUID_PRIMARY_PHYSICAL;
38313 Landroid/os/storage/StorageManager;->UUID_PRIMARY_PHYSICAL:Ljava/lang/String;