Home
last modified time | relevance | path

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

/development/samples/browseable/RuntimePermissionsWear/Application/src/com.example.android.wearable.runtimepermissions/
DIncomingRequestPhoneService.java116 String[] fileList = externalStorageDirectory.list(); in respondWithStorageInformation() local
118 if (fileList.length > 0) { in respondWithStorageInformation()
120 for (String file : fileList) { in respondWithStorageInformation()
DMainPhoneActivity.java405 String[] fileList = externalStorageDirectory.list(); in getPhoneStorageInformation() local
407 if (fileList.length > 0) { in getPhoneStorageInformation()
410 for (String file : fileList) { in getPhoneStorageInformation()