Searched refs:read (Results 101 - 125 of 251) sorted by relevance

1234567891011

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoListingElement.java168 public void setRead(boolean read, boolean reportRead) { argument
169 this.mRead = read;
170 if(D) Log.d(TAG, "setRead: " + read);
H A DBluetoothMapMessageListingElement.java212 public void setRead(boolean read, boolean reportRead) { argument
213 this.mRead = read;
320 xmlMsgElement.attribute(null, "read", getRead());
H A DBluetoothMapContent.java538 int read = 0;
540 read = c.getInt(fi.mSmsColRead);
542 read = c.getInt(fi.mMmsColRead);
545 read = c.getInt(fi.mMessageColRead);
550 e.setRead((read==1?true:false), ((ap.getParameterMask() & MASK_READ) != 0));
555 int read = 0;
556 read = c.getInt(fi.mConvoColRead);
560 e.setRead((read==1?true:false), ((ap.getParameterMask() & MASK_READ) != 0));
2735 boolean read = (cursor.getInt(MMS_SMS_THREAD_COL_READ) == 1) ?
2743 if(read !
[all...]
/packages/services/Car/tests/usb/AoapHostApp/src/com/google/android/car/usb/aoap/host/
H A DSpeedMeasurementController.java201 int read = mUsbConnection.bulkTransfer(
203 if (read > 0) {
204 Log.v(TAG, "Read " + read + " bytes");
/packages/apps/Dialer/java/com/android/dialer/about/
H A DLicenses.java92 && (bytes = stream.read(buffer, 0, Math.min(bytesRemaining, buffer.length))) != -1) {
98 throw new RuntimeException("Failed to read license or metadata text.", e);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DFingerprint.java90 int n = in.read(bytes);
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DDumpDatabaseAction.java72 while ((bytesRead = bis.read(buffer)) > 0) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/wear/
H A DInstallTask.java142 while ((bytesRead = inputStream.read(inputBuf)) > -1) {
H A DWearPackageUtil.java100 while ((nRead = fr.read(data, 0, data.length)) != -1) {
/packages/apps/Settings/src/com/android/settings/datausage/
H A DDataUsageBase.java67 services.mPolicyEditor.read();
/packages/apps/TV/src/com/android/tv/license/
H A DLicenses.java106 && (bytes = stream.read(buffer, 0, Math.min(bytesRemaining, buffer.length)))
113 throw new RuntimeException("Failed to read license or metadata text.", e);
/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DUtils.java67 while ((len = is.read(buffer)) != -1) {
/packages/apps/Test/connectivity/sl4n/
H A Dmain.cpp36 // TODO: Set to a lower buffer size and read socket data until termination
83 int read_result = read(comm_fd, str, SOCK_BUF_LEN);
/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
H A DExifOrientation.java82 din.read(header);
/packages/experimental/procstatlog/
H A Dprocstatlog.c45 // Files read:
81 int len = read(fd, buf, sizeof(buf));
110 int len = read(fd, buf, sizeof(buf) - 1);
165 int len = read(fd, buf, sizeof(buf) - 1);
216 // Return a malloc'd array of "struct data" read from all over /proc.
250 int len = read(fd, cmdline, sizeof(cmdline) - 1);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DDictDecoder.java71 * @throws IOException if the file can't be read.
85 * @throws IOException if the file can't be read.
178 inStream.read(array);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DVoicemailContentProvider.java85 // ADD_VOICEMAIL permission guards read and write. We do the same with app ops.
364 * Ensures that the caller has the permissions to perform a query/read operation, and
368 // If the caller has been explicitly granted read permission to this URI then no need to
386 private UriData checkPermissionsAndCreateUriData(Uri uri, boolean read) { argument
388 if (!hasReadWritePermission(read)) {
463 * Whether or not the calling package has the appropriate read/write permission. The user
464 * selected default and/or system dialers are always allowed to read and write to the
467 * @param read Whether or not this operation is a read
469 * @return True if the package has the permission required to perform the read/writ
471 hasReadWritePermission(boolean read) argument
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DEvenMoreAsserts.java73 while ((count = actualStream.read(buffer)) != -1) {
H A DPhotoLoadingTestCase.java106 while ((count = is.read(buffer)) != -1) {
/packages/services/Mms/src/com/android/mms/service/
H A DMmsService.java77 // Maximum time to spend waiting to read data from a content provider before failing with error.
224 long timestampMillis, boolean seen, boolean read) {
227 return importSms(address, type, text, timestampMillis, seen, read, callingPkg);
232 String messageId, long timestampSecs, boolean seen, boolean read) {
235 return importMms(contentUri, messageId, timestampSecs, seen, read, callingPkg);
484 boolean seen, boolean read, String creator) {
503 values.put(Telephony.Sms.READ, read ? 1 : 0);
523 boolean seen, boolean read, String creator) {
571 values.put(Telephony.Mms.SEEN, read ? 1 : 0);
782 * @param contentUri content provider uri from which to read
483 importSms(String address, int type, String text, long timestampMillis, boolean seen, boolean read, String creator) argument
522 importMms(Uri contentUri, String messageId, long timestampSecs, boolean seen, boolean read, String creator) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppSendFileInfo.java237 int bytesRead = is.read(unused, 0, 4096);
240 bytesRead = is.read(unused, 0, 4096);
/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
H A DPgmImage.cpp115 // read the header:
161 in.read((char *)(&m_data[0]),m_data.size());
165 in.read((char *)(&m_data[0]),m_data.size());
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DStoreUtils.java206 while ((bytesReadCount = in.read(buffer)) != -1) {
212 String read(File file) throws IOException; method in interface:StoreUtils.TextFileReader
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DMimeStreamParser.java191 while (is.read() != -1) {
237 while ((curr = is.read()) != -1) {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DDecoderUtil.java58 while ((b = is.read()) != -1) {
87 while ((b = is.read()) != -1) {

Completed in 3647 milliseconds

1234567891011