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.java1159 FileOutputStream fos = null;
1162 fos = new ParcelFileDescriptor.AutoCloseOutputStream(fd);
1163 copyStreamToWallpaperFile(resources.openRawResource(resid), fos);
1166 fos.close();
1171 IoUtils.closeQuietly(fos);
1286 FileOutputStream fos = null;
1288 fos = new ParcelFileDescriptor.AutoCloseOutputStream(fd);
1289 fullImage.compress(Bitmap.CompressFormat.PNG, 90, fos);
1290 fos.close();
1293 IoUtils.closeQuietly(fos);
1334 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 11 milliseconds