Home
last modified time | relevance | path

Searched defs:fop (Results 1 – 1 of 1) sorted by relevance

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DDownloadService.java306 FileOutputStream fop = new FileOutputStream(pfd.getFileDescriptor())) { in processDownload()
336 private boolean downloadToFile(@NonNull InputStream is, @NonNull FileOutputStream fop, in downloadToFile()