Searched defs:fos (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java39 private SocketOutputStream fos; field in class:LocalSocketImpl
377 if (fos == null) {
378 fos = new SocketOutputStream();
381 return fos;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java946 FileOutputStream fos = null;
949 fos = new ParcelFileDescriptor.AutoCloseOutputStream(fd);
950 copyStreamToWallpaperFile(resources.openRawResource(resid), fos);
953 fos.close();
958 IoUtils.closeQuietly(fos);
1070 FileOutputStream fos = null;
1072 fos = new ParcelFileDescriptor.AutoCloseOutputStream(fd);
1073 fullImage.compress(Bitmap.CompressFormat.PNG, 90, fos);
1074 fos.close();
1077 IoUtils.closeQuietly(fos);
1117 copyStreamToWallpaperFile(InputStream data, FileOutputStream fos) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 110 milliseconds