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

1 2 3

  /packages/apps/DeskClock/src/com/android/deskclock/
Alarm.java 56 p.writeInt(minutes);
85 * Minutes in localtime 0 - 59
88 public static final String MINUTES = "minutes";
131 HOUR + ", " + MINUTES + " ASC" + ", " + _ID + " DESC";
137 _ID, HOUR, MINUTES, DAYS_OF_WEEK, ALARM_TIME,
162 public int minutes; field in class:Alarm
177 ", minutes=" + minutes +
190 minutes = c.getInt(Columns.ALARM_MINUTES_INDEX)
    [all...]
HandleSetAlarm.java 54 final int minutes = intent.getIntExtra(EXTRA_MINUTES, local
63 long timeInMillis = Alarms.calculateAlarm(hour, minutes,
70 Alarm.Columns.MINUTES + "=" + minutes + " AND " +
86 values.put(Alarm.Columns.MINUTES, minutes);
DigitalClock.java 44 private final static String MINUTES = ":mm";
200 newTime = DateFormat.format(MINUTES, mCalendar);
  /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.
908 BigInteger minutes = (BigInteger) getField(DatatypeConstants.MINUTES); local
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAlarmManager.java 74 + " AND ca." + CalendarAlerts.MINUTES + "=r." + Reminders.MINUTES + ")"
79 + " OR (r." + Reminders.MINUTES + " ISNULL"
80 + " AND ca." + CalendarAlerts.MINUTES + "<>0)"
87 * least a few minutes to allow for an event that was recently created on
300 // are milliseconds) and Reminders.minutes (whose units are
301 // minutes).
306 // Note 1: we can add support for the case where Reminders.minutes
307 // equals -1 to mean use Calendars.minutes by adding a UNION for
309 // Reminders.minutes != -1 and Reminders.minutes = 1, respectively
402 final int minutes = cursor.getInt(minutesIndex); local
    [all...]
  /external/webkit/Source/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/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java 46 public static final int MINUTES = 60*SECONDS;
47 public static final int HOURS = 60*MINUTES;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 74 static final int MINUTES = SECONDS*60;
75 static final int HOURS = MINUTES*60;
79 static final int STANDARD_DST_PRECISION = MINUTES;
259 // Turn hours/minutes into ms from midnight (per TimeZone)
280 // Turn hours/minutes into ms from midnight (per TimeZone)
314 // Turn hours/minutes into ms from midnight (per TimeZone)
319 tzd.time = (hour*HOURS) + (minute*MINUTES);
357 while ((endTime - startTime) > MINUTES) {
514 * Generate an rfc2445 utcOffset from minutes offset from GMT
516 * @param offsetMinutes minutes offset from GMT (east is positive, west is negativ
528 int minutes = offsetMinutes % 60; local
    [all...]
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 48 public static final int MINUTES = SECONDS*60;
49 public static final int HOURS = MINUTES*60;

Completed in 1900 milliseconds

1 2 3