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