Home
last modified time | relevance | path

Searched refs:oneByte (Results 1 – 18 of 18) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/
H A DEOLConvertingOutputStream.java30 public void write(int oneByte) throws IOException { in write() argument
31 if (oneByte == '\n') { in write()
36 super.write(oneByte); in write()
37 lastChar = oneByte; in write()
H A DCountingOutputStream.java44 public void write(int oneByte) throws IOException { in write() argument
45 outputStream.write(oneByte); in write()
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothOutputStream.java54 public void write(int oneByte) throws IOException { in write() argument
56 b[0] = (byte) oneByte; in write()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DInterruptableOutputStream.java37 public void write(int oneByte) throws IOException { in write() argument
39 mOutputStream.write(oneByte); in write()
/aosp12/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java331 public void write(int oneByte) throws IOException { in write() argument
334 super.write(oneByte); in write()
339 super.write(oneByte); in write()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
H A DJPEGOutputStream.java121 public void write(int oneByte) throws IOException { in write() argument
122 mTmpBuffer[0] = (byte) oneByte; in write()
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java66 public void write(int oneByte) throws IOException { in LoggingPrintStream()
113 public void write(int oneByte) { in write() argument
114 write(new byte[] { (byte) oneByte }, 0, 1); in write()
/aosp12/frameworks/base/drm/java/android/drm/
H A DDrmOutputStream.java116 public void write(int oneByte) throws IOException { in write() argument
117 Streams.writeSingleByte(this, oneByte); in write()
/aosp12/frameworks/base/core/java/android/os/
H A DMemoryFile.java328 public void write(int oneByte) throws IOException { in write() argument
332 mSingleByte[0] = (byte)oneByte; in write()
H A DFileBridge.java191 public void write(int oneByte) throws IOException { in write() argument
192 Streams.writeSingleByte(this, oneByte); in write()
/aosp12/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DFileUtilsTest.java245 byte[] oneByte = FileUtils.readBytes(file, 1); in testReadBytes()
246 assertEquals(1, oneByte.length); in testReadBytes()
247 assertEquals(contents[0], oneByte[0]); in testReadBytes()
/aosp12/packages/apps/SecureElement/src/com/android/se/security/
H A DAccessRuleCache.java496 for (byte oneByte : mRefreshTag) writer.printf("%02X:", oneByte); in dump()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifOutputStream.java196 public void write(int oneByte) throws IOException { in write() argument
197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifOutputStream.java196 public void write(int oneByte) throws IOException { in write() argument
197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/aosp12/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifOutputStream.java196 public void write(int oneByte) throws IOException { in write() argument
197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifOutputStream.java197 public void write(int oneByte) throws IOException { in write() argument
198 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...