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.java93 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in StorageManager
603 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findVolumeByQualifiedUuid()
/frameworks/base/services/core/java/com/android/server/
DMountService.java381 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in findStorageForUuid()
1283 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in onVolumeCreatedLocked()
1556 return StorageManager.UUID_PRIMARY_PHYSICAL; in getDefaultPrimaryStorageUuid()
2050 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, mPrimaryStorageUuid) in setPrimaryStorageUuid()
2051 || Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in setPrimaryStorageUuid()
/frameworks/base/core/java/android/app/
DApplicationPackageManager.java1763 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePackage()
1850 volumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL; in movePrimaryStorage()
1874 if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, in getPrimaryStorageCandidateVolumes()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java1424 return mVersion.get(StorageManager.UUID_PRIMARY_PHYSICAL); in getExternalVersion()
2799 findOrCreateVersion(StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
2887 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
2899 StorageManager.UUID_PRIMARY_PHYSICAL); in readLPw()
4271 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) { in dumpVersionLPr()
DPackageManagerService.java15376 return StorageManager.UUID_PRIMARY_PHYSICAL;
19084 final String volumeUuid = externalStorage ? StorageManager.UUID_PRIMARY_PHYSICAL
20034 currentVolumeUuid = StorageManager.UUID_PRIMARY_PHYSICAL;
20088 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {