Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/compilation/assets/
DREADME.txt8 # Now run the app manually for a couple of minutes, look for the profile:
/cts/hostsidetests/theme/
DREADME131 3. Wait for the tests to complete. This should take less than five minutes.
/cts/tests/tests/provider/src/android/provider/cts/
DCalendarTest.java779 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder() argument
785 reminder.put(Reminders.MINUTES, minutes); in addReminder()
1375 int minutes = cursor.getInt(ReminderHelper.REMINDERS_MINUTES_INDEX); in testReminders() local
1377 switch (minutes) { in testReminders()
1388 fail("unexpected minutes " + minutes); in testReminders()