HomeSort by relevance Sort by last modified time
    Searched refs:getLong (Results 51 - 75 of 537) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/database/
MatrixCursorTest.java 41 assertEquals(0L, cursor.getLong(0));
154 assertEquals(3, cursor.getLong(3));
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ExtendedCursor.java 93 public long getLong(int column) {
97 return mCursor.getLong(column);
  /packages/apps/Exchange/src/com/android/exchange/
EmailSyncAdapterService.java 102 long accountId = accountCursor.getLong(0);
110 ExchangeService.serviceRequest(mailboxCursor.getLong(0),
  /packages/apps/Mms/src/com/android/mms/util/
Recycler.java 179 return cursor.getLong(ID);
219 long latestDate = cursor.getLong(COLUMN_SMS_DATE);
236 long date = cursor.getLong(COLUMN_SMS_DATE);
319 return cursor.getLong(ID);
368 latestDate = cursor.getLong(COLUMN_MMS_DATE);
369 threadId = cursor.getLong(COLUMN_THREAD_ID);
413 latestDate = cursor.getLong(COLUMN_MMS_DATE);
434 long id = cursor.getLong(COLUMN_ID);
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk5.java 67 contactId = cursor.getLong(0);
  /external/webkit/Source/WebCore/inspector/
InspectorState.h 58 long getLong(const String& propertyName);
  /frameworks/base/core/java/android/content/
SharedPreferences.java 290 long getLong(String key, long defValue);
  /frameworks/base/core/java/android/database/
Cursor.java 283 long getLong(int columnIndex);
  /frameworks/base/core/java/android/os/
SystemProperties.java 85 public static long getLong(String key, long def) {
  /frameworks/ex/common/java/com/android/common/contacts/
DataUsageStatUpdater.java 132 contactIds.add(cursor.getLong(0));
133 dataIds.add(cursor.getLong(1));
182 contactIds.add(cursor.getLong(0));
183 dataIds.add(cursor.getLong(1));
  /libcore/luni/src/main/java/java/nio/
HeapByteBuffer.java 138 return Double.longBitsToDouble(getLong());
143 return Double.longBitsToDouble(getLong(index));
174 public final long getLong() {
185 public final long getLong(int index) {
MappedByteBufferAdapter.java 202 public long getLong() {
204 long result = wrapped.getLong();
210 public long getLong(int index) {
211 return wrapped.getLong(index);
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
MockProviderTests.java 129 flickaId = c.getLong(PONY_ID);
134 eliseId = c.getLong(PONY_ID);
178 flickaId = c.getLong(PONY_ID);
183 eliseId = c.getLong(PONY_ID);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java 51 final long dataId = c.getLong(DataUpdateQuery._ID);
DataRowHandlerForPhoneNumber.java 88 long dataId = c.getLong(DataUpdateQuery._ID);
89 long rawContactId = c.getLong(DataUpdateQuery.RAW_CONTACT_ID);
100 long dataId = c.getLong(DataDeleteQuery._ID);
101 long rawContactId = c.getLong(DataDeleteQuery.RAW_CONTACT_ID);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 107 Log.d(TAG, bundle.getLong(android.provider.CalendarContract.CalendarAlerts.ALARM_TIME)
191 final long alertId = alertCursor.getLong(ALERT_INDEX_ID);
192 final long eventId = alertCursor.getLong(ALERT_INDEX_EVENT_ID);
198 final long beginTime = alertCursor.getLong(ALERT_INDEX_BEGIN);
199 final long endTime = alertCursor.getLong(ALERT_INDEX_END);
202 final long alarmTime = alertCursor.getLong(ALERT_INDEX_ALARM_TIME);
441 long newAlarmTime = cursor.getLong(0);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 138 final long totalSize = bundle.getLong(StorageMeasurement.TOTAL_SIZE);
139 final long availSize = bundle.getLong(StorageMeasurement.AVAIL_SIZE);
145 final long totalSize = bundle.getLong(StorageMeasurement.TOTAL_SIZE);
146 final long availSize = bundle.getLong(StorageMeasurement.AVAIL_SIZE);
147 final long appsUsed = bundle.getLong(StorageMeasurement.APPS_USED);
148 final long downloadsSize = bundle.getLong(StorageMeasurement.DOWNLOADS_SIZE);
149 final long miscSize = bundle.getLong(StorageMeasurement.MISC_SIZE);
  /external/icu4c/test/intltest/
nmfmtrt.cpp 242 s = fmt->format(value.getLong(), s);
257 s2 = fmt->format(n.getLong(), s2);
292 escape(s) + " P> " + (n.getType() == Formattable::kDouble ? n.getDouble() : (double)n.getLong())
306 aa = a.getLong();
311 bb = b.getLong();
tsnmfmt.cpp 299 number[i].setDouble(number[i].getLong());
307 + ", longValue=" + number[i].getLong());
376 + ", longValue=" + number.getLong()
380 if (number.getLong() != aNumber) {
381 errln("**** FAIL: Parse of " + prettify(stringNum) + " failed. Got:" + number.getLong()
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 116 if (f.getLong(this) != g.getLong(that))
206 if (f.getLong(this) != g.getLong(that))
317 long longField = f.getLong(this);
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 122 if (f.getLong(this) != g.getLong(that))
212 if (f.getLong(this) != g.getLong(that))
328 long longField = f.getLong(this);
  /packages/apps/Contacts/src/com/android/contacts/list/
PhoneNumberListAdapter.java 208 long id = cursor.getLong(PhoneQuery.PHONE_ID);
238 final long currentContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
240 final long previousContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
247 final long nextContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
312 photoId = cursor.getLong(PhoneQuery.PHONE_PHOTO_ID);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 72 groupId = cursor.getLong(0);
186 final long rawContactId = c.getLong(DirtyQuery.COLUMN_RAW_CONTACT_ID);
187 final long serverContactId = c.getLong(DirtyQuery.COLUMN_SERVER_ID);
195 final long version = c.getLong(DirtyQuery.COLUMN_VERSION);
347 final long id = c.getLong(DataQuery.COLUMN_ID);
478 final long id = c.getLong(DataQuery.COLUMN_ID);
480 final long tempServerId = c.getLong(DataQuery.COLUMN_SERVER_ID);
606 rawContactId = c.getLong(UserIdQuery.COLUMN_RAW_CONTACT_ID);
632 profileId = c.getLong(ProfileQuery.COLUMN_ID);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 338 long contactId = cursor.getLong(0);
351 mSuggestedContactIds[i] = cursor.getLong(0);
380 long contactId = mDataCursor.getLong(DataQuery.CONTACT_ID);
391 long rawContactId = mDataCursor.getLong(DataQuery.RAW_CONTACT_ID);
422 long dataId = mDataCursor.getLong(DataQuery.ID);
423 long photoId = mDataCursor.getLong(DataQuery.PHOTO_ID);
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java 360 (int) getLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
426 return !isSecure() && getLong(DISABLE_LOCKSCREEN_KEY, 0) != 0;
683 (int) getLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
688 (int) getLong(PASSWORD_TYPE_ALTERNATE_KEY,
699 (int) getLong(PASSWORD_TYPE_KEY, DevicePolicyManager.PASSWORD_QUALITY_SOMETHING);
766 long salt = getLong(LOCK_PASSWORD_SALT_KEY, 0);
818 long mode = getLong(PASSWORD_TYPE_KEY, 0);
819 long backupMode = getLong(PASSWORD_TYPE_ALTERNATE_KEY, 0);
    [all...]

Completed in 1796 milliseconds

1 23 4 5 6 7 8 91011>>