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

/frameworks/base/core/java/android/net/
H A DLocalSocketImpl.java36 private SocketOutputStream fos; field in class:LocalSocketImpl
369 if (fos == null) {
370 fos = new SocketOutputStream();
373 return fos;
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java736 FileOutputStream fos = null;
738 fos = new ParcelFileDescriptor.AutoCloseOutputStream(fd);
739 setWallpaper(resources.openRawResource(resid), fos);
741 if (fos != null) {
742 fos.close();
775 FileOutputStream fos = null;
777 fos = new ParcelFileDescriptor.AutoCloseOutputStream(fd);
778 bitmap.compress(Bitmap.CompressFormat.PNG, 90, fos);
780 if (fos != null) {
781 fos
829 setWallpaper(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 796 milliseconds