Searched refs:ID_EMULATED_INTERNAL (Results 1 – 2 of 2) sorted by relevance
79 public static final String ID_EMULATED_INTERNAL = "emulated"; field in VolumeInfo269 if (ID_PRIVATE_INTERNAL.equals(id) || id.startsWith(ID_EMULATED_INTERNAL + ";")) { in getDescription()317 return id.equals(ID_EMULATED_INTERNAL + ";" + userId); in isPrimaryEmulatedForUser()
517 return storage.findVolumeById(VolumeInfo.ID_EMULATED_INTERNAL + ";" + 0); in findStorageForUuid()