Home
last modified time | relevance | path

Searched refs:emulatedVol (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DMigrateEstimateTask.java74 final VolumeInfo emulatedVol = storage.findEmulatedForPrivate(privateVol); in doInBackground() local
76 if (emulatedVol == null) { in doInBackground()
82 final UUID emulatedUuid = storage.getUuidForPath(emulatedVol.getPath()); in doInBackground()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DMigrateEstimateTask.java74 final VolumeInfo emulatedVol = storage.findEmulatedForPrivate(privateVol); in doInBackground() local
76 if (emulatedVol == null) { in doInBackground()
82 final UUID emulatedUuid = storage.getUuidForPath(emulatedVol.getPath()); in doInBackground()