OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emulatedVol
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/deviceinfo/
MigrateEstimateTask.java
81
final VolumeInfo
emulatedVol
= mStorage.findEmulatedForPrivate(privateVol);
83
if (
emulatedVol
== null) {
88
final String path =
emulatedVol
.getPath().getAbsolutePath();
/frameworks/base/core/java/android/os/storage/
StorageManager.java
608
public @Nullable VolumeInfo findPrivateForEmulated(VolumeInfo
emulatedVol
) {
609
if (
emulatedVol
!= null) {
610
return findVolumeById(
emulatedVol
.getId().replace("emulated", "private"));
[
all
...]
Completed in 204 milliseconds