Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java160 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager
797 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()
2285 } else if (Objects.equals(uuid, UUID_PRIMARY_PHYSICAL)) { in convert()
2299 return UUID_PRIMARY_PHYSICAL; in convert()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java410 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuid()
1276 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()
1680 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()
2285 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()
2286 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java2104 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()
2214 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()
2238 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1335 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL); in getExternalVersion()
2940 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL).forceCurrent(); in readLPw()
3010 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
3022 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
4433 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in dumpVersionLPr()
DPackageManagerService.java22886 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
/frameworks/base/services/core/java/com/android/server/pm/permission/
DPermissionManagerService.java2997 return StorageManager.UUID_PRIMARY_PHYSICAL; in getVolumeUuidForPackage()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt52841 Landroid/os/storage/StorageManager;->UUID_PRIMARY_PHYSICAL:Ljava/lang/String;