Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/storage/
DExternalStorageFormatter.java126 String extStoragePath = mStorageVolume == null ? in onCancel() local
130 mountService.mountVolume(extStoragePath); in onCancel()
156 final String extStoragePath = mStorageVolume == null ? in updateProgressState() local
161 mountService.unmountVolume(extStoragePath, true, mFactoryReset); in updateProgressState()
170 final String extStoragePath = mStorageVolume == null ? in updateProgressState() local
179 mountService.formatVolume(extStoragePath); in updateProgressState()
205 mountService.mountVolume(extStoragePath); in updateProgressState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbStorageActivity.java288 String extStoragePath = Environment.getExternalStorageDirectory().toString();
291 int[] stUsers = ims.getStorageUsers(extStoragePath);