Home
last modified time | relevance | path

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

/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestPhoneService.java115 File externalStorageDirectory = Environment.getExternalStorageDirectory(); in respondWithStorageInformation() local
116 String[] fileList = externalStorageDirectory.list(); in respondWithStorageInformation()
DMainPhoneActivity.java404 File externalStorageDirectory = Environment.getExternalStorageDirectory(); in getPhoneStorageInformation() local
405 String[] fileList = externalStorageDirectory.list(); in getPhoneStorageInformation()