Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/
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()
DCountingOutputStream.java44 public void write(int oneByte) throws IOException { in write() argument
45 outputStream.write(oneByte); in write()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothOutputStream.java52 public void write(int oneByte) throws IOException { in write() argument
54 b[0] = (byte) oneByte; in write()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DInterruptableOutputStream.java37 public void write(int oneByte) throws IOException { in write() argument
39 mOutputStream.write(oneByte); in write()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java121 public void write(int oneByte) throws IOException { in write() argument
122 mTmpBuffer[0] = (byte) oneByte; in write()
/packages/apps/SecureElement/src/com/android/se/security/
DAccessRuleCache.java496 for (byte oneByte : mRefreshTag) writer.printf("%02X:", oneByte); in dump()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifOutputStream.java196 public void write(int oneByte) throws IOException { in write() argument
197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifOutputStream.java196 public void write(int oneByte) throws IOException { in write() argument
197 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifOutputStream.java197 public void write(int oneByte) throws IOException { in write() argument
198 mSingleByteArray[0] = (byte) (0xff & oneByte); in write()
/packages/modules/RemoteKeyProvisioning/app/tests/unit/
Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...