Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolderList.java24 private FolderList(Collection<Folder> in) { in FolderList()
32 public FolderList(Parcel in) { in FolderList()
61 public static byte[] listToBlob(List<Folder> in) { in listToBlob()
82 public static FolderList copyOf(Collection<Folder> in) { in copyOf()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DFileTransforms.java30 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/
DBluetoothOppReceiver.java95 Intent in = new Intent(context, BluetoothOppIncomingFileConfirmActivity.class); in onReceive() local
145 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive() local
156 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
165 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
174 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
/packages/apps/Email/src/com/beetstra/jutf7/
DUTF7StyleCharsetDecoder.java64 protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out) { in decodeLoop()
103 private CoderResult overflow(ByteBuffer in) { in overflow()
120 private CoderResult handleBase64(ByteBuffer in, CharBuffer out, byte lastRead) { in handleBase64()
172 private CoderResult malformed(ByteBuffer in) { in malformed()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DFolderListing.java35 FolderListing(InputStream in) { in FolderListing()
41 public void parse(InputStream in) { in parse()
DMessagesListing.java36 MessagesListing(InputStream in) { in MessagesListing()
42 public void parse(InputStream in) { in parse()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DCopyUtils.java156 ByteArrayInputStream in = new ByteArrayInputStream(input); in copy() local
176 ByteArrayInputStream in = new ByteArrayInputStream(input); in copy() local
248 InputStreamReader in = new InputStreamReader(input); in copy() local
267 InputStreamReader in = new InputStreamReader(input, encoding); in copy() local
310 StringReader in = new StringReader(input); in copy() local
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java89 private void readFormatInt(DataInputStream in, MediaFormat format, String key) in readFormatInt()
97 private void readFormatLong(DataInputStream in, MediaFormat format, String key) in readFormatLong()
105 private void readFormatFloat(DataInputStream in, MediaFormat format, String key) in readFormatFloat()
113 private String readString(DataInputStream in) throws IOException { in readString()
123 private void readFormatString(DataInputStream in, MediaFormat format, String key) in readFormatString()
131 private void readFormatStringOptional(DataInputStream in, MediaFormat format, String key) { in readFormatStringOptional()
142 private ByteBuffer readByteBuffer(DataInputStream in) throws IOException { in readByteBuffer()
156 private void readFormatByteBuffer(DataInputStream in, MediaFormat format, String key) in readFormatByteBuffer()
174 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readTrackInfoFiles()
214 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readCaptionInfoFiles()
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DXmpInterfaceTest.java60 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/UnifiedEmail/src/com/android/emailcommon/internet/
DBinaryTempFileBody.java72 InputStream in = getInputStream(); in writeTo() local
81 public BinaryTempFileBodyInputStream(InputStream in) { in BinaryTempFileBodyInputStream()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DBinaryTempFileBody.java68 InputStream in = getInputStream(); in writeTo() local
77 public BinaryTempFileBodyInputStream(InputStream in) { in BinaryTempFileBodyInputStream()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DPeekableInputStream.java28 private final InputStream in; field in PeekableInputStream
32 public PeekableInputStream(InputStream in) { in PeekableInputStream()
DFixedLengthInputStream.java27 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/
DWearEstimate.java83 public WearEstimate(Parcel in) { in WearEstimate()
91 public WearEstimate(JsonReader in) throws IOException { in WearEstimate()
111 public WearEstimate(JSONObject in) throws JSONException { in WearEstimate()
DLifetimeWriteInfo.java61 public LifetimeWriteInfo(Parcel in) { in LifetimeWriteInfo()
70 public LifetimeWriteInfo(JSONObject in) throws JSONException { in LifetimeWriteInfo()
DIoStatsEntry.java86 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/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockAttachment.java26 public MockAttachment(Parcel in) { in MockAttachment()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIOUtils.java40 try (InputStream in = new FileInputStream(file)) { in toByteArray()
45 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapVcardList.java55 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/
DImapResponseParser.java36 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/UnifiedEmail/src/org/apache/commons/io/input/
DCloseShieldInputStream.java39 public CloseShieldInputStream(InputStream in) { in CloseShieldInputStream()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderOperation.java63 public static Collection<FolderOperation> listOf(FolderOperation in) { in listOf()
86 FolderOperation(Parcel in) { in FolderOperation()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DLoggingInputStream.java37 public LoggingInputStream(InputStream in) { in LoggingInputStream()
41 public LoggingInputStream(InputStream in, String tag, boolean dumpEmptyLines) { in LoggingInputStream()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurableUtils.java40 final ByteArrayInputStream in = new ByteArrayInputStream(data); in readFromArray() local
94 public static String readNullableString(DataInputStream in) throws IOException { in readNullableString()
/packages/apps/TV/src/com/android/tv/data/
DInternalDataUtils.java56 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { in deserializeInternalProviderData()
106 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { in deserializeInternalProviderData()

12345678910>>...14