Searched refs:ID_EMULATED_INTERNAL (Results 1 – 4 of 4) sorted by relevance
110 bundle.putString(VolumeInfo.EXTRA_VOLUME_ID, VolumeInfo.ID_EMULATED_INTERNAL); in maybeInitializeVolume_getIdFromBundle_shouldReturnVolumeInfo()111 when(mStorageManager.findVolumeById(VolumeInfo.ID_EMULATED_INTERNAL)).thenReturn( in maybeInitializeVolume_getIdFromBundle_shouldReturnVolumeInfo()
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()
518 return storage.findVolumeById(VolumeInfo.ID_EMULATED_INTERNAL + ";" + userId); in findStorageForUuidAsUser()
42338 Landroid/os/storage/VolumeInfo;->ID_EMULATED_INTERNAL:Ljava/lang/String;