Searched refs:UUID_PRIMARY_PHYSICAL (Results 1 – 9 of 9) sorted by relevance
117 StorageManager.UUID_PRIMARY_PHYSICAL)) { in doInBackground()
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()
92 when(mVolumeInfo.getFsUuid()).thenReturn(StorageManager.UUID_PRIMARY_PHYSICAL); in setUp()
519 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuidAsUser()1576 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()2116 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()2751 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()2752 || 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)) {
26298 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
4592 return StorageManager.UUID_PRIMARY_PHYSICAL;
42279 Landroid/os/storage/StorageManager;->UUID_PRIMARY_PHYSICAL:Ljava/lang/String;