Searched refs:minutes (Results 1 – 3 of 3) sorted by relevance
8 # Now run the app manually for a couple of minutes, look for the profile:
131 3. Wait for the tests to complete. This should take less than five minutes.
779 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder() argument785 reminder.put(Reminders.MINUTES, minutes); in addReminder()1375 int minutes = cursor.getInt(ReminderHelper.REMINDERS_MINUTES_INDEX); in testReminders() local1377 switch (minutes) { in testReminders()1388 fail("unexpected minutes " + minutes); in testReminders()