HomeSort by relevance Sort by last modified time
    Searched defs:getLong (Results 226 - 250 of 630) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/time/
LocalDate.java 645 public long getLong(TemporalField field) {
665 case EPOCH_DAY: throw new UnsupportedTemporalTypeException("Invalid field 'EpochDay' for get() method, use getLong() instead");
669 case PROLEPTIC_MONTH: throw new UnsupportedTemporalTypeException("Invalid field 'ProlepticMonth' for get() method, use getLong() instead");
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKDateTimeFormatter.java 385 public long getLong(TemporalField field) {
457 assertEquals(result.getLong(DAY_OF_MONTH), 30L);
469 assertEquals(result.getLong(YEAR), 2012L);
470 assertEquals(result.getLong(MONTH_OF_YEAR), 6L);
471 assertEquals(result.getLong(DAY_OF_MONTH), 30L);
492 assertEquals(result.getLong(DAY_OF_MONTH), 30L);
507 assertEquals(result.getLong(YEAR), 2012L);
508 assertEquals(result.getLong(MONTH_OF_YEAR), 6L);
509 assertEquals(result.getLong(DAY_OF_MONTH), 30L);
    [all...]
TCKDateTimeFormatters.java     [all...]
  /libcore/ojluni/src/test/java/time/test/java/time/format/
TestDateTimeFormatterBuilder.java 229 assertEquals(parsed.getLong(MONTH_OF_YEAR), 1L);
230 assertEquals(parsed.getLong(DAY_OF_MONTH), 23L);
239 assertEquals(parsed.getLong(MONTH_OF_YEAR), 1L);
240 assertEquals(parsed.getLong(DAY_OF_MONTH), 23L);
249 assertEquals(parsed.getLong(MONTH_OF_YEAR), 1L);
250 assertEquals(parsed.getLong(DAY_OF_MONTH), 23L);
262 assertEquals(parsed.getLong(YEAR), 2009L);
263 assertEquals(parsed.getLong(MONTH_OF_YEAR), 6L);
264 assertEquals(parsed.getLong(DAY_OF_MONTH), 30L);
279 assertEquals(parsed.getLong(YEAR), 2012L)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
GlobalDismissManager.java 432 eventsToCalendars.put(eventCursor.getLong(event_id_idx),
433 eventCursor.getLong(calendar_id_idx));
462 Long id = calendarCursor.getLong(calendar_id_idx);
498 long eventId = cursor.getLong(event_id_idx);
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 634 mTime.set(b.getLong(BUNDLE_START_TIME_MILLIS));
    [all...]
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
AlertServiceTest.java 138 public long getLong(String key, long defValue) {
    [all...]
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
ContactFilterCursor.java 453 public long getLong(int columnIndex) {
454 return cursor.getLong(columnIndex);
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/model/
ProvisioningParams.java 332 builder.setProvisioningId(bundle.getLong(TAG_PROVISIONING_ID, DEFAULT_PROVISIONING_ID));
334 builder.setLocalTime(bundle.getLong(EXTRA_PROVISIONING_LOCAL_TIME));
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 590 public long getLong(int columnIndex) {
598 Log.d(TAG, "Column (" + columnName + ") is ignored in getLong()");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 371 pref.getLong(null, 0);
714 assertEquals(3L, pref.getLong("testPutLongKey", 0));
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 541 public long getLong(int columnIndex) {
  /external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/stock/
ProxyBuilderTest.java 289 public long getLong() { return 3L; }
308 assertEquals(10, proxy.getLong());
327 public long getLong(long input) { return input; }
354 assertEquals(4L, proxy.getLong(4L));
355 assertEquals(5L, proxy.getLong(5L));
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternUtils.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
ByteBufferTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldAbstractPreferencesTest.java 284 assertEquals(299792458L, pref.getLong("LongValue", new Long(1)));
324 assertEquals(1L, pref.getLong("Value", new Long(1)));
325 assertEquals(Long.MIN_VALUE, pref.getLong("LongValue", new Long(1)));
326 assertEquals(1L, pref.getLong("DoubleValue", new Long(1)));
327 assertEquals(299792458L, pref.getLong("IntValue", new Long(1)));
330 pref.getLong(null, new Long(1));
339 pref.getLong("LongValue", new Long(1));
    [all...]
  /libcore/ojluni/src/test/java/time/tck/java/time/
TCKMonthDay.java 425 assertEquals(TEST_07_15.getLong(ChronoField.DAY_OF_MONTH), 15);
426 assertEquals(TEST_07_15.getLong(ChronoField.MONTH_OF_YEAR), 7);
TCKYear.java 404 assertEquals(TEST_2008.getLong(ChronoField.YEAR), 2008);
405 assertEquals(TEST_2008.getLong(ChronoField.YEAR_OF_ERA), 2008);
406 assertEquals(TEST_2008.getLong(ChronoField.ERA), 1);
    [all...]
TCKLocalTime.java 642 assertEquals(test.getLong(ChronoField.HOUR_OF_DAY), 12);
643 assertEquals(test.getLong(ChronoField.MINUTE_OF_HOUR), 30);
644 assertEquals(test.getLong(ChronoField.SECOND_OF_MINUTE), 40);
645 assertEquals(test.getLong(ChronoField.NANO_OF_SECOND), 987654321);
647 assertEquals(test.getLong(ChronoField.SECOND_OF_DAY), 12 * 3600 + 30 * 60 + 40);
648 assertEquals(test.getLong(ChronoField.MINUTE_OF_DAY), 12 * 60 + 30);
649 assertEquals(test.getLong(ChronoField.HOUR_OF_AMPM), 0);
650 assertEquals(test.getLong(ChronoField.CLOCK_HOUR_OF_AMPM), 12);
651 assertEquals(test.getLong(ChronoField.CLOCK_HOUR_OF_DAY), 12);
652 assertEquals(test.getLong(ChronoField.AMPM_OF_DAY), 1)
    [all...]
TCKMonth.java 202 assertEquals(Month.JULY.getLong(ChronoField.MONTH_OF_YEAR), 7);
TCKYearMonth.java 470 assertEquals(TEST_2008_06.getLong(YEAR), 2008);
471 assertEquals(TEST_2008_06.getLong(MONTH_OF_YEAR), 6);
472 assertEquals(TEST_2008_06.getLong(YEAR_OF_ERA), 2008);
473 assertEquals(TEST_2008_06.getLong(ERA), 1);
474 assertEquals(TEST_2008_06.getLong(PROLEPTIC_MONTH), 2008 * 12 + 6 - 1);
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 475 threadId = c.getLong(fi.mSmsColThreadId);
477 threadId = c.getLong(fi.mMmsColThreadId);
480 threadId = c.getLong(fi.mMessageColThreadId);
657 long id = c.getLong(fi.mMmsColId);
    [all...]
BluetoothMapAppParams.java 445 setDatabaseIdentifier(appParamBuf.getLong(i)/*MSB*/,
446 appParamBuf.getLong(i + 8)/*LSB*/);
454 setConvoListingVerCounter(appParamBuf.getLong(i)/*MSB*/,
455 appParamBuf.getLong(i + 8)/*LSB*/);
530 setChatStateConvoId(appParamBuf.getLong(i)/*MSB*/,
531 appParamBuf.getLong(i + 8)/*LSB*/);
533 + BluetoothMapUtils.getLongAsString(appParamBuf.getLong(i))
535 appParamBuf.getLong(i + 8)));
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/
BufferTest.java 562 b.getLong();
634 long address = addressField.getLong(b);
    [all...]

Completed in 1604 milliseconds

1 2 3 4 5 6 7 8 91011>>