OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extStoragePath
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java
124
String
extStoragePath
= mStorageVolume == null ?
128
mountService.mountVolume(
extStoragePath
);
151
final String
extStoragePath
= mStorageVolume == null ?
156
mountService.unmountVolume(
extStoragePath
, true, mFactoryReset);
165
final String
extStoragePath
= mStorageVolume == null ?
174
mountService.formatVolume(
extStoragePath
);
194
mountService.mountVolume(
extStoragePath
);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java
288
String
extStoragePath
= Environment.getExternalStorageDirectory().toString();
291
int[] stUsers = ims.getStorageUsers(
extStoragePath
);
Completed in 205 milliseconds