/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
D | FileTransforms.java | 30 public static InputStream getDecryptedStream(InputStream in) { in getDecryptedStream() 35 public static InputStream getUncompressedStream(InputStream in) throws IOException { in getUncompressedStream()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppReceiver.java | 96 Intent in = new Intent(context, BluetoothOppIncomingFileConfirmActivity.class); in onReceive() local 146 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive() local 157 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local 166 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local 175 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
D | FolderListing.java | 35 FolderListing(InputStream in) { in FolderListing() 41 public void parse(InputStream in) { in parse()
|
D | MessagesListing.java | 36 MessagesListing(InputStream in) { in MessagesListing() 42 public void parse(InputStream in) { in parse()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
D | DvrStorageManager.java | 88 private void readFormatInt(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatInt() 96 private void readFormatLong(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatLong() 104 private void readFormatFloat(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatFloat() 112 private String readString(DataInputStream in) throws IOException { in readString() 122 private void readFormatString(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatString() 130 private void readFormatStringOptional(DataInputStream in, MediaFormat mediaFormat, String key) { in readFormatStringOptional() 141 private ByteBuffer readByteBuffer(DataInputStream in) throws IOException { in readByteBuffer() 155 private void readFormatByteBuffer(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatByteBuffer() 173 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readTrackInfoFiles() 213 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readCaptionInfoFiles() [all …]
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | DvrStorageManager.java | 88 private void readFormatInt(DataInputStream in, MediaFormat format, String key) in readFormatInt() 96 private void readFormatLong(DataInputStream in, MediaFormat format, String key) in readFormatLong() 104 private void readFormatFloat(DataInputStream in, MediaFormat format, String key) in readFormatFloat() 112 private String readString(DataInputStream in) throws IOException { in readString() 122 private void readFormatString(DataInputStream in, MediaFormat format, String key) in readFormatString() 130 private void readFormatStringOptional(DataInputStream in, MediaFormat format, String key) { in readFormatStringOptional() 141 private ByteBuffer readByteBuffer(DataInputStream in) throws IOException { in readByteBuffer() 155 private void readFormatByteBuffer(DataInputStream in, MediaFormat format, String key) in readFormatByteBuffer() 173 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readTrackInfoFiles() 213 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readCaptionInfoFiles() [all …]
|
/packages/providers/MediaProvider/tests/src/com/android/providers/media/ |
D | XmpInterfaceTest.java | 60 try (InputStream in = context.getResources().openRawResource(R.raw.test_image)) { in testContainer_Empty() 72 try (InputStream in = context.getResources().openRawResource(R.raw.lg_g4_iso_800_jpg)) { in testContainer_ValidAttrs() 84 try (InputStream in = context.getResources().openRawResource(R.raw.lg_g4_iso_800_dng)) { in testContainer_ValidTags() 104 try (InputStream in = context.getResources().openRawResource(R.raw.lg_g4_iso_800_jpg)) { in testContainer_ExifRedactionRanges() 187 try (InputStream in = context.getResources().openRawResource(resId); in stageFile()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/ |
D | BinaryTempFileBody.java | 68 InputStream in = getInputStream(); in writeTo() local 77 public BinaryTempFileBodyInputStream(InputStream in) { in BinaryTempFileBodyInputStream()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/ |
D | PeekableInputStream.java | 28 private final InputStream in; field in PeekableInputStream 32 public PeekableInputStream(InputStream in) { in PeekableInputStream()
|
D | FixedLengthInputStream.java | 27 private final InputStream in; field in FixedLengthInputStream 31 public FixedLengthInputStream(InputStream in, int length) { in FixedLengthInputStream()
|
/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
D | WearEstimate.java | 83 public WearEstimate(Parcel in) { in WearEstimate() 91 public WearEstimate(JsonReader in) throws IOException { in WearEstimate() 111 public WearEstimate(JSONObject in) throws JSONException { in WearEstimate()
|
D | LifetimeWriteInfo.java | 61 public LifetimeWriteInfo(Parcel in) { in LifetimeWriteInfo() 70 public LifetimeWriteInfo(JSONObject in) throws JSONException { in LifetimeWriteInfo()
|
D | IoStatsEntry.java | 86 public IoStatsEntry(Parcel in) { in IoStatsEntry() 136 public IoStatsEntry(JSONObject in) throws JSONException { in IoStatsEntry() 287 public Metrics(Parcel in) { in Metrics() 298 public Metrics(JSONObject in) throws JSONException { in Metrics()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | BluetoothPbapVcardList.java | 55 BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException { in BluetoothPbapVcardList() 60 private void parse(InputStream in, byte format) throws IOException { in parse()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/ |
D | ImapResponseParser.java | 36 private final PeekableInputStream in; field in ImapResponseParser 65 public ImapResponseParser(InputStream in) { in ImapResponseParser() 70 /* package for test */ ImapResponseParser(InputStream in, int literalKeepInMemoryThreshold) { in ImapResponseParser() 417 FixedLengthInputStream in = new FixedLengthInputStream(this.in, size); in parseLiteral() local
|
/packages/apps/TV/src/com/android/tv/data/ |
D | InternalDataUtils.java | 59 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { in deserializeInternalProviderData() 109 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { in deserializeInternalProviderData()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | DurableUtils.java | 40 final ByteArrayInputStream in = new ByteArrayInputStream(data); in readFromArray() local 94 public static String readNullableString(DataInputStream in) throws IOException { in readNullableString()
|
D | Durable.java | 25 public void read(DataInputStream in) throws IOException; in read()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | IOUtils.java | 44 try (InputStream in = new FileInputStream(file)) { in toByteArray() 49 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray()
|
/packages/services/Car/car-lib/src/android/car/vms/ |
D | VmsLayer.java | 127 private VmsLayer(Parcel in) { in VmsLayer() 131 private void readFromParcel(Parcel in) { in readFromParcel()
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/ |
D | JPEGInputStream.java | 35 public JPEGInputStream(InputStream in) { in JPEGInputStream() 39 public JPEGInputStream(InputStream in, int format) { in JPEGInputStream() 182 native private int setup(Point dimens, InputStream in, int format); in setup()
|
/packages/modules/DnsResolver/ |
D | ResolverStats.h | 78 inline ssize_t ResolverStats::decode(const std::vector<int32_t>& in, ssize_t ofs) { in decode() 101 inline bool ResolverStats::decodeAll(const std::vector<int32_t>& in, in decodeAll()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MD5Calculator.java | 26 public static String checksum(final InputStream in) throws IOException { in checksum()
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
D | E2eCarTestBase.java | 87 try (InputStream in = mContext.getAssets().open(fileName)) { in getExpectedEvents() 108 InputStream in = mContext.getAssets().open(fileName); in makeShareable()
|
D | VhalJsonReader.java | 52 public static List<CarPropertyValue> readFromJson(InputStream in) in readFromJson() 62 private static String readJsonString(InputStream in) throws IOException { in readJsonString()
|