Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DRfcomm.kt86 val tmpOut = clientSocket.outputStream!! in connectToServer() constant
146 val tmpOut = acceptedSocket.outputStream!! in acceptConnection() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperColorsExtractor.kt49 val tmpOut = ByteArrayOutputStream() in extractWallpaperColors() constant
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
DCropActivity.java557 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(2048); in doInBackground() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java370 ByteArrayOutputStream tmpOut = new ByteArrayOutputStream(); in setBitmapToWallpaperManager() local