| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
| D | PeekableInputStream.java | 37 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
|
| D | FixedLengthInputStream.java | 42 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/Camera2/src/com/android/camera/exif/ |
| D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
| D | CountedDataInputStream.java | 44 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/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
| D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
| D | CountedDataInputStream.java | 44 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/apps/Messaging/src/com/android/messaging/util/exif/ |
| D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
| D | CountedDataInputStream.java | 44 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/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothInputStream.java | 60 public int read() throws IOException { in read() method in BluetoothInputStream 84 public int read(byte[] b, int offset, int length) throws IOException { in read() method in BluetoothInputStream
|
| /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
| D | FakeInputStream.java | 32 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/ |
| D | ArchiveEntryInputStream.java | 46 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/ |
| D | CountedDataInputStream.java | 45 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
|
| D | ExifReader.java | 38 protected ExifData read(InputStream inputStream) throws ExifInvalidFormatException, IOException { in read() method in ExifReader
|
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
| D | JPEGInputStream.java | 91 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/providers/MediaProvider/src/com/android/providers/media/util/ |
| D | XmpInterface.java | 262 public int read(byte[] b) throws IOException { in read() method in XmpInterface.ByteCountingInputStream 267 public int read(byte[] b, int off, int len) throws IOException { in read() method in XmpInterface.ByteCountingInputStream 268 final int read = mWrapped.read(b, off, len); in read() local 282 public int read() throws IOException { in read() method in XmpInterface.ByteCountingInputStream
|
| /packages/modules/Permission/SafetyCenter/Persistence/tests/java/com/android/safetycenter/persistence/ |
| D | SafetyCenterIssuesPersistenceWriteTest.kt | 44 val read = SafetyCenterIssuesPersistence.read(file) in toString() constant
|
| /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/ |
| D | ReadWriteDraftMessageActionTest.java | 149 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/modules/Connectivity/service-t/src/com/android/server/ethernet/ |
| D | EthernetConfigStore.java | 84 public void read() { in read() method in EthernetConfigStore 89 void read(final String newFilePath, final String oldFilePath, final String filename) { in read() method in EthernetConfigStore
|
| /packages/apps/Launcher3/src/com/android/launcher3/util/ |
| D | PersistedItemArray.java | 115 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/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/simulator_app/src/android/nearby/fastpair/provider/simulator/testing/ |
| D | StreamIOHandler.java | 34 ByteString read() throws IOException; in read() method
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
| D | Durable.java | 25 public void read(DataInputStream in) throws IOException; in read() method
|
| /packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/utils/ |
| D | IOUtils.java | 42 public static byte[] read(InputStream is) throws IOException { in read() method in IOUtils
|
| /packages/modules/Virtualization/libs/apkverify/src/ |
| D | bytes_ext.rs | 43 fn read<T: ReadFromBytes>(&mut self) -> Result<T>; in read() method 47 fn read<T: ReadFromBytes>(&mut self) -> Result<T> { in read() method
|
| /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
| D | ImapMemoryLiteral.java | 37 int read = in.read(data, pos, data.length - pos); in ImapMemoryLiteral() local
|
| /packages/services/Car/tools/keventreader/server/ |
| D | inputsource.cpp | 53 std::optional<com::android::car::keventreader::KeypressEvent> InputSource::read() const { in read() function in InputSource
|