Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/assets/
DREADME.txt7 # Now run the app manually for a couple of minutes, look for the profile:
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothAdapterTest.java408 Duration minutes = Duration.ofMinutes(2); in discoverableTimeout() local
413 mAdapter.setDiscoverableTimeout(minutes)); in discoverableTimeout()
420 () -> mAdapter.setDiscoverableTimeout(minutes), in discoverableTimeout()
424 mAdapter.setDiscoverableTimeout(minutes)); in discoverableTimeout()
425 assertEquals(minutes, mAdapter.getDiscoverableTimeout()); in discoverableTimeout()
/cts/tests/tests/media/
DREADME.md42 considerable amount of time (30 minutes or more) to download and push the media files.
/cts/hostsidetests/theme/
DREADME131 3. Wait for the tests to complete. This should take less than five minutes.
/cts/common/device-side/bedstead/btest/
Dbtest987 minutes = seconds / 60
988 timestr = "{:.2f}m".format(minutes)
/cts/tests/tests/calendarprovider/src/android/provider/cts/calendar/
DCalendarTest.java778 public static long addReminder(ContentResolver resolver, long eventId, int minutes, in addReminder() argument
784 reminder.put(Reminders.MINUTES, minutes); in addReminder()
1374 int minutes = cursor.getInt(ReminderHelper.REMINDERS_MINUTES_INDEX); in testReminders() local
1376 switch (minutes) { in testReminders()
1387 fail("unexpected minutes " + minutes); in testReminders()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt35487 field public static final String MINUTES = "minutes";
35702 field public static final String MINUTES = "minutes";
49062 field public static final String ARG_MINUTES = "android.arg.minutes";