HomeSort by relevance Sort by last modified time
    Searched refs:MINUTES (Results 1 - 25 of 64) 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/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 236 final String MINUTES = "min";
257 buf.append(numMinutes + " " + MINUTES + ", ");
  /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() );
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 92 assertEquals("0 minutes ago",
94 assertEquals("in 0 minutes",
103 assertEquals("42 minutes ago",
106 assertEquals("in 42 minutes",
150 long MINUTES = 60;
151 long HOURS = 60 * MINUTES;
152 test_formatElapsedTime("02:01", 2 * MINUTES + 1);
153 test_formatElapsedTime("3:02:01", 3 * HOURS + 2 * MINUTES + 1);
155 test_formatElapsedTime("123:02:01", 123 * HOURS + 2 * MINUTES + 1);
  /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;

Completed in 259 milliseconds

1 2 3