Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 104) sorted by relevance

12345

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DPeekableInputStream.java37 public int read() throws IOException { in read() method in PeekableInputStream
55 public int read(byte[] b, int offset, int length) throws IOException { in read() method in PeekableInputStream
71 public int read(byte[] b) throws IOException { in read() method in PeekableInputStream
DFixedLengthInputStream.java42 public int read() throws IOException { in read() method in FixedLengthInputStream
52 public int read(byte[] b, int offset, int length) throws IOException { in read() method in FixedLengthInputStream
67 public int read(byte[] b) throws IOException { in read() method in FixedLengthInputStream
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
DExifReader.java44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, in read() method in ExifReader
/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
DExifReader.java44 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, in read() method in ExifReader
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DByteBufferInputStream.java31 public int read() { in read() method in ByteBufferInputStream
39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
DCountedDataInputStream.java44 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
58 public int read() throws IOException { in read() method in CountedDataInputStream
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DFakeInputStream.java32 public int read() { in read() method in FakeInputStream
43 public int read(byte[] buffer, int offset, int length) { in read() method in FakeInputStream
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveEntryInputStream.java46 public int read() throws IOException { in read() method in ArchiveEntryInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in ArchiveEntryInputStream
75 int read(byte[] b, int off, int len) throws IOException; in read() method
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java45 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
52 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
59 public int read() throws IOException { in read() method in CountedDataInputStream
DExifReader.java38 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, IOException { in read() method in ExifReader
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGInputStream.java91 public int read() throws IOException { in read() method in JPEGInputStream
97 public int read(byte[] buffer) throws IOException { in read() method in JPEGInputStream
102 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in JPEGInputStream
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DServerInterface.java83 int read = 0; in requestSignedCertificates() local
135 int read = 0; in fetchGeek() local
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpInterface.java257 public int read(byte[] b) throws IOException { in read() method in XmpInterface.ByteCountingInputStream
262 public int read(byte[] b, int off, int len) throws IOException { in read() method in XmpInterface.ByteCountingInputStream
263 final int read = mWrapped.read(b, off, len); in read() local
277 public int read() throws IOException { in read() method in XmpInterface.ByteCountingInputStream
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurable.java25 public void read(DataInputStream in) throws IOException; in read() method
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java149 final Action read = calls.get(0).action; in testReadDraft() local
208 final Action read = calls.get(0).action; in testReadDraftForNewConversation() local
261 final Action read = calls.get(1).action; in testWriteAndReadDraft() local
380 final int read = inputStream.read(buffer); in testBugleDatabaseDraftOperations() local
432 final int read = inputStream.read(buffer); in testBugleDatabaseDraftOperations() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DPersistedItemArray.java115 public List<T> read(Context context, ItemFactory<T> factory) { in read() method in PersistedItemArray
124 public List<T> read(Context context, ItemFactory<T> factory, LongFunction<UserHandle> userFn) { in read() method in PersistedItemArray
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTestUtil.java45 int read; in installDummyApp() local
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapMemoryLiteral.java37 int read = in.read(data, pos, data.length - pos); in ImapMemoryLiteral() local
/packages/services/Car/tools/keventreader/server/
Dinputsource.cpp53 std::optional<com::android::car::keventreader::KeypressEvent> InputSource::read() const { in read() function in InputSource
Deventgatherer.cpp39 std::vector<com::android::car::keventreader::KeypressEvent> EventGatherer::read() { in read() function in EventGatherer
/packages/apps/Gallery2/jni_jpegstream/src/
Dinputstream_wrapper.cpp23 int32_t InputStreamWrapper::read(int32_t length, int32_t offset) { in read() function in InputStreamWrapper

12345