Searched refs:read (Results 176 - 200 of 251) sorted by relevance

1234567891011

/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
H A DMimeMessage.java663 while ((b = is.read()) != -1) {
675 while ((b = is.read()) != -1) {
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/
H A DExoPlayerSampleExtractor.java119 public int read(byte[] buffer, int offset, int readLength)
121 return source.read(buffer, offset, readLength);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DMimeMessage.java649 while ((b = is.read()) != -1) {
661 while ((b = is.read()) != -1) {
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbDeviceHandlerResolver.java183 public static DeviceFilter read(XmlPullParser parser, boolean aoapData) { method in class:UsbDeviceHandlerResolver.DeviceFilter
604 DeviceFilter filter = DeviceFilter.read(parser, forAoap);
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DUtils.java191 while ((bytesRead = is.read(buffer)) >= 0) {
/packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
H A DSystemUpdaterActivity.java276 while ((len = in.read(buf)) > 0) {
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
H A DMailTransport.java328 while ((d = in.read()) != -1) {
338 LogUtils.d(TAG, "End of stream reached while trying to read line.");
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
H A DDocumentInfo.java86 public void read(DataInputStream in) throws IOException { method in class:DocumentInfo
H A DRootInfo.java127 public void read(DataInputStream in) throws IOException { method in class:RootInfo
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
H A DInstallInstalling.java347 int numRead = in.read(buffer);
/packages/apps/TV/src/com/android/tv/tuner/source/
H A DTunerTsStreamer.java107 public int read(byte[] buffer, int offset, int readLength) throws IOException { method in class:TunerTsStreamer.TunerDataSource
368 * @param pos the position to read from
369 * @param buffer to read
370 * @param offset start position of the read buffer
371 * @param amount number of bytes to read
372 * @return number of read bytes when successful, {@code -1} otherwise
392 // Give chances to read from other threads.
/packages/apps/TimeZoneData/src/main/com/android/timezone/data/
H A DTimeZoneRulesDataProvider.java258 throw new FileNotFoundException("Only read-only access supported.");
323 while ((c = in.read(buffer)) != -1) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1378 while ((c = reader.read()) != -1 && snippet.length() < MAX_SNIPPET_LENGTH) {
1383 c = reader.read();
1393 while ((c = reader.read()) != -1) {
1407 while ((c = reader.read()) != -1) {
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A DTelephonyBackupAgentTest.java131 "\"recipients\":[\"+123 (213) 2214124\"],\"archived\":true,\"read\":\"0\"}";
139 "\"recipients\":[\"+123 (213) 2214124\"],\"read\":\"1\"}";
147 "\"recipients\":[\"+1232221412433\",\"+1232221412444\"],\"read\":\"0\"}";
156 "\"999999999\",\"status\":\"2\",\"type\":\"3\",\"read\":\"0\"}";
171 3 /*threadId*/, false /*read*/, null /*smil*/, null /*attachmentTypes*/,
178 "\"read\":\"0\"," +
193 4 /*threadId*/, true /*read*/, null /*smil*/, null /*attachmentTypes*/,
198 "\"read\":\"1\"," +
212 1 /*threadId*/, false /*read*/, null /*smil*/, null /*attachmentTypes*/,
219 "\"read\"
312 createSmsRow(int id, int subId, String address, String body, String subj, long date, long dateSent, int status, int type, long threadId, boolean read) argument
338 createMmsRow(int id, int subId, String subj, int subCharset, long date, long dateSent, int type, int version, int textOnly, int msgBox, String contentLocation, String body, int bodyCharset, String[] addresses, long threadId, boolean read, String smil, String[] attachmentTypes, String[] attachmentFilenames) argument
[all...]
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
H A DDictionaryBackupAgent.java156 Log.e(TAG, "Couldn't read from the cursor");
202 while ((got = gzip.read(tempData)) > 0) {
208 Log.e(TAG, "Couldn't read and uncompress entity data:\n" + ioe);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java252 * user actions which affect cursors (e.g. marking messages read or unread) that happen before
1778 conv.read = false;
1819 // Conversations are neither marked read, nor viewed, and we don't want to show
1847 LogUtils.d(LOG_TAG, ". . Adding op: read=0, uri=%s", messageUri);
1865 * Mark a single conversation 'seen', which is a combination of 'viewed' and 'read'. In some
1877 markConversationsRead(Arrays.asList(conv), true /* read */, true /* viewed */);
1883 public void markConversationsRead(final Collection<Conversation> targets, final boolean read, argument
1895 markConversationsRead(targets, read, viewed, true);
1900 markConversationsRead(targets, read, viewed, true);
1904 private void markConversationsRead(final Collection<Conversation> targets, final boolean read, argument
[all...]
/packages/experimental/RpcPerformance/src/com/android/rpc_performance/
H A DProviderPerfActivity.java303 raf.read(buf);
309 Log.e(TAG, "File read failed", e);
334 Log.e(TAG, "File read failed", e);
387 // Returns average time to read a /proc file in milliseconds.
398 int readBytes = is.read(buf, 0, 100);
513 int gotBackByte = is.read();
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DUtils.java641 n = fis.read(buffer);
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsHttpClient.java198 while ((count = in.read(buf)) > 0) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DDebugUtils.java293 dis.read(pdu, 0, length);
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataPlanUsageSummary.java289 mPolicyEditor.read();
H A DDataUsageSummary.java334 mPolicyEditor.read();
/packages/apps/TV/jni/
H A DDvbManager.cpp417 ALOGD("Can't read DVR : %s", strerror(errno));
423 return read(mDvrFd, tsBuffer, tsBufferSize);
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/
H A DDvrStorageManager.java217 in.read(data);

Completed in 2570 milliseconds

1234567891011