Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java125 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager
725 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()
1966 } else if (Objects.equals(uuid, UUID_PRIMARY_PHYSICAL)) { in convert()
1980 return UUID_PRIMARY_PHYSICAL; in convert()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java409 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuid()
1311 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()
1593 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()
2129 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()
2130 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1899 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()
2010 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()
2034 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1479 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL); in getExternalVersion()
3046 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL).forceCurrent(); in readLPw()
3134 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
3146 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
4547 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in dumpVersionLPr()