Home
last modified time | relevance | path

Searched refs:UUID_PRIMARY_PHYSICAL (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/storage/
DStorageManager.java84 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager
584 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()
/frameworks/base/services/core/java/com/android/server/
DMountService.java361 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuid()
1173 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()
1434 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()
1880 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()
1881 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1576 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()
1647 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()
1671 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1233 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL); in getExternalVersion()
2521 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
2609 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
2621 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
3934 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in dumpVersionLPr()
DPackageManagerService.java15900 currentVolumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackageInternal()
15956 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in movePackageInternal()