HomeSort by relevance Sort by last modified time
    Searched refs:MINUTES (Results 1 - 25 of 38) sorted by null

1 2

  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 37 public static final int MINUTES = SECONDS*60;
38 public static final int HOURS = MINUTES*60;
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
TimeUnitTest.java 35 TimeUnit.MINUTES));
58 TimeUnit.MINUTES));
80 TimeUnit.MINUTES));
102 TimeUnit.MINUTES));
129 TimeUnit.MINUTES.toNanos(t));
152 TimeUnit.MINUTES.toMicros(t));
175 TimeUnit.MINUTES.toMillis(t));
198 TimeUnit.MINUTES.toSeconds(t));
212 * minutes
221 TimeUnit.MINUTES.toMinutes(t))
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleSetAlarm.java 51 final int minutes = intent.getIntExtra(EXTRA_MINUTES, local
59 long timeInMillis = Alarms.calculateAlarm(hour, minutes,
66 Alarm.Columns.MINUTES + "=" + minutes + " AND " +
83 values.put(Alarm.Columns.MINUTES, minutes);
Alarm.java 55 p.writeInt(minutes);
84 * Minutes in localtime 0 - 59
87 public static final String MINUTES = "minutes";
130 HOUR + ", " + MINUTES + " ASC";
136 _ID, HOUR, MINUTES, DAYS_OF_WEEK, ALARM_TIME,
161 public int minutes; field in class:Alarm
173 minutes = c.getInt(Columns.ALARM_MINUTES_INDEX);
202 minutes = p.readInt();
217 minutes = c.get(Calendar.MINUTE)
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 147 * <p>A constant that represents the minutes field.</p>
149 public static final Field MINUTES = new Field("MINUTES", 4);
259 * W3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.
264 * W3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.
Duration.java 35 * minutes, and seconds) plus a sign (+/-) field.</p>
162 boolean minuteSet = isSet(DatatypeConstants.MINUTES);
274 * Obtains the value of the MINUTES field as an integer value,
278 * that this method works on the MINUTES field.
280 * @return Minutes of this <code>Duration</code>.
284 return getFieldValueAsInt(DatatypeConstants.MINUTES);
383 * In case of YEARS, MONTHS, DAYS, HOURS, and MINUTES, the returned
389 * MINUTES, or SECONDS.)
394 * For YEARS, MONTHS, DAYS, HOURS, and MINUTES, this method
407 * MINUTES, or SECONDS.
912 BigInteger minutes = (BigInteger) getField(DatatypeConstants.MINUTES); local
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
215 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
193 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
177 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
154 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
224 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
202 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
188 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
171 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
153 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-1.js 72 var MINUTES = 14;
282 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-2.js 72 var MINUTES = 14;
257 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-3.js 72 var MINUTES = 14;
235 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-4.js 72 var MINUTES = 14;
204 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-5.js 72 var MINUTES = 14;
172 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.4.2.js 81 var MINUTES = 14;
195 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
257 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 49 public static final int MINUTES = 60*SECONDS;
50 public static final int HOURS = 60*MINUTES;
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 69 static final int MINUTES = SECONDS*60;
70 static final int HOURS = MINUTES*60;
198 // Turn hours/minutes into ms from midnight (per TimeZone)
219 // Turn hours/minutes into ms from midnight (per TimeZone)
253 // Turn hours/minutes into ms from midnight (per TimeZone)
258 tzd.time = (hour*HOURS) + (minute*MINUTES);
296 while ((endTime - startTime) > MINUTES) {
452 * Generate an rfc2445 utcOffset from minutes offset from GMT
454 * @param offsetMinutes minutes offset from GMT (east is positive, west is negative
466 int minutes = offsetMinutes % 60 local
    [all...]
  /frameworks/base/core/java/android/provider/
Calendar.java 622 Reminders.MINUTES,
725 reminderValues.put(Reminders.MINUTES, subCursor.getInt(COLUMN_MINUTES));
    [all...]

Completed in 264 milliseconds

1 2