Searched defs:UUID_PRIMARY_PHYSICAL (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java129 public static final String UUID_PRIMARY_PHYSICAL = "primary_physical"; field in class:StorageManager
735 } else if (Objects.equals(StorageManager.UUID_PRIMARY_PHYSICAL, volumeUuid)) {
1990 } else if (Objects.equals(uuid, UUID_PRIMARY_PHYSICAL)) {
2004 return UUID_PRIMARY_PHYSICAL;

Completed in 535 milliseconds