Home
last modified time | relevance | path

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

/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java240 InputStream inputstream = client.getInputStream(); in doInBackground() local
241 copyFile(inputstream, new FileOutputStream(f)); in doInBackground()