Searched refs:ID_EMULATED_INTERNAL (Results 1 – 3 of 3) sorted by relevance
81 public static final String ID_EMULATED_INTERNAL = "emulated"; field in VolumeInfo286 if (ID_PRIVATE_INTERNAL.equals(id) || id.startsWith(ID_EMULATED_INTERNAL + ";")) { in getDescription()334 return id.equals(ID_EMULATED_INTERNAL + ";" + userId); in isPrimaryEmulatedForUser()
515 return storage.findVolumeById(VolumeInfo.ID_EMULATED_INTERNAL + ";" + userId); in findStorageForUuidAsUser()
42338 Landroid/os/storage/VolumeInfo;->ID_EMULATED_INTERNAL:Ljava/lang/String;