Home
last modified time | relevance | path

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

/cts/libs/vogar-expect/src/vogar/util/
DTimeUtilities.java32 long minutes = duration % 60; in msToIsoString() local
41 if (result.length() > 1 || minutes != 0) { in msToIsoString()
42 result.append(minutes); in msToIsoString()
83 long minutes = duration % 60; in nsToString() local
98 if (result.length() > 1 || minutes != 0) { in nsToString()
99 result.append(minutes); in nsToString()
/cts/hostsidetests/compilation/assets/
DREADME.txt8 # Now run the app manually for a couple of minutes, look for the profile:
/cts/hostsidetests/theme/
DREADME92 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()
/cts/tools/dex-tools/dex/
Dclasses.out.dex113510 public static final int minutes