HomeSort by relevance Sort by last modified time
    Searched full:getlong (Results 176 - 200 of 797) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 466 long time = svc.mStats.getLong(off, 0);
535 totalTime += proc.mState.getLong(val, 0);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 458 rawContactIds[index] = c.getLong(AggregationQuery._ID);
459 contactIds[index] = c.getLong(AggregationQuery.CONTACT_ID);
460 accountIds[index] = c.getLong(AggregationQuery.ACCOUNT_ID);
568 long rawContactId = cursor.getLong(RawContactIdAndAggregationModeQuery._ID);
608 final long rawContactId = cursor.getLong(0);
671 contactId = cursor.getLong(RawContactIdAndAccountQuery.CONTACT_ID);
672 accountId = cursor.getLong(RawContactIdAndAccountQuery.ACCOUNT_ID);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AddBookmarkPage.java 288 long id = mMap.getLong(BrowserContract.Bookmarks._ID);
470 whereArgs = new String[] { Long.toString(mMap.getLong(
532 folder = cursor.getLong(idIndex);
636 mCurrentFolder = mMap.getLong(BrowserContract.Bookmarks.PARENT, DEFAULT_FOLDER_ID);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 264 assertEquals(299792458L, pref.getLong("LongValue", new Long(1)));
304 assertEquals(1L, pref.getLong("Value", new Long(1)));
305 assertEquals(Long.MIN_VALUE, pref.getLong("LongValue", new Long(1)));
306 assertEquals(1L, pref.getLong("DoubleValue", new Long(1)));
307 assertEquals(299792458L, pref.getLong("IntValue", new Long(1)));
310 pref.getLong(null, new Long(1));
319 pref.getLong("LongValue", new Long(1));
    [all...]
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java 391 * java.lang.reflect.Array#getLong(java.lang.Object, int)
395 // java.lang.reflect.Array.getLong(java.lang.Object, int)
400 ret = Array.getLong(x, 0);
406 ret = Array.getLong(new Object(), 0);
416 ret = Array.getLong(x, 4);
426 ret = Array.getLong(null, 0);
909 assertEquals("Get returned incorrect value", 1, Array.getLong(x, 0));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 302 long id = contactCursor.getLong(CONTACTS_ID_COLUMN_INDEX);
341 startPointId = callsCursor.getLong(ID_COLUMN_INDEX);
347 endPointId = callsCursor.getLong(ID_COLUMN_INDEX);
395 startPointId = contactCursor.getLong(CONTACTS_ID_COLUMN_INDEX);
401 endPointId = contactCursor.getLong(CONTACTS_ID_COLUMN_INDEX);
440 contactId = contactCursor.getLong(CONTACTS_ID_COLUMN_INDEX);
454 contactId = contactCursor.getLong(CONTACTS_ID_COLUMN_INDEX);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 81 groupId = cursor.getLong(0);
195 final long rawContactId = c.getLong(DirtyQuery.COLUMN_RAW_CONTACT_ID);
196 final long serverContactId = c.getLong(DirtyQuery.COLUMN_SERVER_ID);
204 final long version = c.getLong(DirtyQuery.COLUMN_VERSION);
393 final long id = c.getLong(DataQuery.COLUMN_ID);
524 final long id = c.getLong(DataQuery.COLUMN_ID);
526 final long tempServerId = c.getLong(DataQuery.COLUMN_SERVER_ID);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 475 long rawContactId = cursor.getLong(ContactQuery.RAW_CONTACT_ID);
490 final long dataId = cursor.getLong(ContactQuery.DATA_ID);
606 final long contactId = cursor.getLong(ContactQuery.CONTACT_ID);
608 final long nameRawContactId = cursor.getLong(ContactQuery.NAME_RAW_CONTACT_ID);
613 final long photoId = cursor.getLong(ContactQuery.PHOTO_ID);
643 cv.put(RawContacts._ID, cursor.getLong(ContactQuery.RAW_CONTACT_ID));
670 cv.put(Data._ID, cursor.getLong(ContactQuery.DATA_ID));
709 values.put(ContactQuery.COLUMNS[index], cursor.getLong(index));
    [all...]
  /art/test/100-reflect2/src/
Main.java 46 System.out.println(f.getLong(null));
80 System.out.println(f.getLong(null));
115 System.out.println(f.getLong(null));
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ChangedContacts.java 155 return pref.getLong(key, time);
215 timestamp = data.getLong(data.getColumnIndex(
229 timestamp = data.getLong(data.getColumnIndex(
  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 272 long id = cursor.getLong(cursor.getColumnIndexOrThrow(Voicemails._ID));
277 .setTimestamp(cursor.getLong(cursor.getColumnIndexOrThrow(Voicemails.DATE)))
280 .setDuration(cursor.getLong(cursor.getColumnIndexOrThrow(Voicemails.DURATION)))
  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 96 assertEquals(i, simple.getLong(i));
261 public long getLong(int pos);
325 public long getLong(int pos) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBundle.java 69 public long getLong(String key) {
70 return getLong(key, 0);
74 public long getLong(String key, long defaultValue) {
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 172 long startMillis = eventCursor.getLong(EVENT_INDEX_START);
173 long endMillis = eventCursor.getLong(EVENT_INDEX_END);
174 if (debug) Log.d(TAG, "_id: " + eventCursor.getLong(EVENT_INDEX_ID));
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 217 long rawContactId = cursor.getLong(RAW_CONTACT_ID_COLUMN_INDEX);
218 long contactId = cursor.getLong(CONTACT_ID_COLUMN_INDEX);
272 long rawContactId = memberDataCursor.getLong(RAW_CONTACT_ID_COLUMN_INDEX);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DownloadCache.java 165 long id = cursor.getLong(FREESPACE_IDNEX_ID);
167 long size = cursor.getLong(FREESPACE_INDEX_CONTENT_SIZE);
215 mTotalBytes = cursor.getLong(SUM_INDEX_SUM);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceContact.java 154 long phoneIdAtCursor = cursor.getLong(phoneIdColumn);
156 long isPrimaryAtCursor = cursor.getLong(isPrimaryColumn);
159 long personIdAtCursor = cursor.getLong(personIdColumn);
  /art/runtime/mirror/
art_field.h 95 int64_t GetLong(const Object* object) const
  /development/samples/ApiDemos/src/com/example/android/apis/app/
QuickContactsDemo.java 82 final long contactId = cursor.getLong(SUMMARY_ID_COLUMN_INDEX);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList2.java 91 ContentUris.appendId(builder, groupCursor.getLong(GROUP_ID_COLUMN_INDEX));
  /development/samples/BusinessCard/src/com/example/android/businesscard/
ContactAccessorSdk5.java 67 contactId = cursor.getLong(0);
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 266 childDocId = prefs.getLong(PREF_NEXT_ID, 1);
343 final long childDocId = children.getLong(i);
423 final long docId = children.getLong(i);
530 if (value == array.getLong(i)) {
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
ContactPhotoBinder.java 64 final long id = cursor.getLong(columnIndex);
  /external/icu4c/samples/numfmt/
util.cpp 95 sprintf(buf, "%ldL", f.getLong());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderDDS.java 53 newData.putLong(dataIndex, data.getLong());// just copy the

Completed in 1513 milliseconds

1 2 3 4 5 6 78 91011>>