Home
last modified time | relevance | path

Searched defs:minutes (Results 1 – 2 of 2) sorted by relevance

/cts/libs/vogar-expect/src/vogar/util/
DTimeUtilities.java32 long minutes = duration % 60; in msToIsoString() local
83 long minutes = duration % 60; in nsToString() local
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java779 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder()
1375 int minutes = cursor.getInt(ReminderHelper.REMINDERS_MINUTES_INDEX); in testReminders() local