HomeSort by relevance Sort by last modified time
    Searched refs:getLong (Results 376 - 400 of 1410) sorted by null

<<11121314151617181920>>

  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
CapabilityPolling.java 499 long id = cursor.getLong(cursor.getColumnIndex(Contacts.Impl._ID));
500 long last = cursor.getLong(cursor.getColumnIndex(
509 item.setVolteTimestamp(cursor.getLong(
511 item.setVideoTimestamp(cursor.getLong(
600 long id = cursor.getLong(cursor.getColumnIndex(Contacts.Impl._ID));
603 item.setLastUpdateTime(cursor.getLong(
609 item.setVolteTimestamp(cursor.getLong(
611 item.setVideoTimestamp(cursor.getLong(
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothUuid.java 255 long msb = buf.getLong(8);
256 long lsb = buf.getLong(0);
  /frameworks/base/core/java/android/os/
Build.java     [all...]
  /frameworks/base/core/java/com/android/internal/database/
SortCursor.java 203 public long getLong(int column)
205 return mCursor.getLong(column);
  /frameworks/base/media/java/android/media/
MiniThumbFile.java 166 return mBuffer.getLong();
248 long magic = mBuffer.getLong();
  /frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
BackupManagerMonitorUtilsTest.java 144 assertThat(result.getLong("key")).isEqualTo(123);
153 assertThat(result.getLong("key")).isEqualTo(123);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsTracker.java 194 mTimestamp = cursor.getLong(InboundSmsHandler.DATE_COLUMN);
200 long rowId = cursor.getLong(InboundSmsHandler.ID_COLUMN);
  /frameworks/support/content/src/android/support/content/
InMemoryCursor.java 133 mLongs[position] = cursor.getLong(col);
184 public long getLong(int column) {
  /libcore/ojluni/src/main/java/java/time/
MonthDay.java 411 return range(field).checkValidIntValue(getLong(field), field);
438 public long getLong(TemporalField field) {
  /libcore/ojluni/src/main/java/java/time/chrono/
ChronoLocalDate.java 338 return getChronology().isLeapYear(getLong(YEAR));
670 return getLong(EPOCH_DAY);
    [all...]
ChronoZonedDateTime.java 194 throw new UnsupportedTemporalTypeException("Invalid field 'InstantSeconds' for get() method, use getLong() instead");
204 default long getLong(TemporalField field) {
210 return toLocalDateTime().getLong(field);
  /libcore/ojluni/src/main/java/sun/misc/
Unsafe.java 268 public native long getLong(Object obj, long offset);
424 public native long getLong(long address);
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 441 setDatabaseIdentifier(appParamBuf.getLong(i)/*MSB*/,
442 appParamBuf.getLong(i+8)/*LSB*/);
450 setConvoListingVerCounter(appParamBuf.getLong(i)/*MSB*/,
451 appParamBuf.getLong(i+8)/*LSB*/);
523 setChatStateConvoId(appParamBuf.getLong(i)/*MSB*/,
524 appParamBuf.getLong(i+8)/*LSB*/);
526 "MSB=" + BluetoothMapUtils.getLongAsString(appParamBuf.getLong(i)) +
527 ", LSB(+8)=" + BluetoothMapUtils.getLongAsString(appParamBuf.getLong(i+8)));
    [all...]
SmsMmsContacts.java 125 id = c.getLong(COL_ADDR_ID);
182 long id = c.getLong(COL_CONTACT_ID);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 68 AgendaAdapter.updateReminder(view, context, cursor.getLong(AlertActivity.INDEX_BEGIN),
69 cursor.getLong(AlertActivity.INDEX_EVENT_ID));
75 long startMillis = cursor.getLong(AlertActivity.INDEX_BEGIN);
76 long endMillis = cursor.getLong(AlertActivity.INDEX_END);
  /packages/apps/Car/libs/car-stream-lib/src/com/android/car/stream/
StreamCard.java 118 mId = bundle.getLong(ID_KEY);
120 mTimestamp = bundle.getLong(TIMESTAMP_KEY, System.currentTimeMillis());
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersAdapter.java 87 final long contactId = cursor.getLong(GroupMembersQuery.CONTACT_ID);
95 return cursor.getLong(GroupMembersQuery.CONTACT_ID);
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 118 long id = ((Cursor) getItem(position)).getLong(EmailQuery.EMAIL_ID);
172 photoId = cursor.getLong(EmailQuery.EMAIL_PHOTO_ID);
PostalAddressListAdapter.java 108 long id = ((Cursor)getItem(position)).getLong(PostalQuery.POSTAL_ID);
163 photoId = cursor.getLong(PostalQuery.POSTAL_PHOTO_ID);
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 487 long rawContactId = cursor.getLong(ContactQuery.RAW_CONTACT_ID);
502 final long dataId = cursor.getLong(ContactQuery.DATA_ID);
595 final long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
597 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID);
602 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
632 cv.put(RawContacts._ID, cursor.getLong(ContactQuery.RAW_CONTACT_ID));
657 cv.put(Data._ID, cursor.getLong(ContactQuery.DATA_ID));
700 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index));
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListAdapter.java 49 long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
94 photoId = cursor.getLong(ContactQuery.CONTACT_PHOTO_ID);
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 297 long rawContactId = cursor.getLong(ContactQuery.RAW_CONTACT_ID);
420 final long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
422 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID);
427 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
472 cv.put(RawContacts._ID, cursor.getLong(ContactQuery.RAW_CONTACT_ID));
495 cv.put(Data._ID, cursor.getLong(ContactQuery.DATA_ID));
535 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index));
638 final long groupId = cursor.getLong(GroupQuery.ID);
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/blocking/
FilteredNumbersUtil.java 191 .getLong(LAST_EMERGENCY_CALL_MS_PREF_KEY, 0);
310 Settings.System.getLong(
  /packages/apps/Dialer/java/com/android/dialer/contactsfragment/
ContactsAdapter.java 148 return cursor.getLong(ContactsCursorLoader.CONTACT_PHOTO_ID);
157 long contactId = cursor.getLong(ContactsCursorLoader.CONTACT_ID);

Completed in 1888 milliseconds

<<11121314151617181920>>