Home
last modified time | relevance | path

Searched refs:MINUTE (Results 1 – 11 of 11) sorted by relevance

/cts/tests/app/src/android/app/cts/
DTimePickerDialogTest.java45 private static final String MINUTE = "minute"; field in TimePickerDialogTest
99 assertEquals(TARGET_MINUTE, b.getInt(MINUTE)); in testSaveInstanceState()
110 assertEquals(minute, b.getInt(MINUTE)); in testSaveInstanceState()
143 assertEquals(minute, b.getInt(MINUTE)); in testUpdateTime()
152 b1.putInt(MINUTE, minute); in testOnRestoreInstanceState()
162 assertEquals(minute, b2.getInt(MINUTE)); in testOnRestoreInstanceState()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java71 private static final long MINUTE = 1000 * 60; field in NetworkUsageStatsTest
348 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testDeviceSummary()
383 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testUserSummary()
418 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testAppSummary()
484 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testAppDetails()
527 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testUidDetails()
580 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testTagDetails()
686 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testUidTagStateDetails()
763 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testCallback()
DUsageStatsTest.java92 private static final long MINUTE = TimeUnit.MINUTES.toMillis(1); field in UsageStatsTest
154 final long startTime = System.currentTimeMillis() - MINUTE; in testOrderedActivityLaunchSequenceInEventLog()
328 long startTime = endTime - MINUTE; in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
338 startTime = endTime - MINUTE; in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
360 final long startTime = System.currentTimeMillis() - MINUTE; in testUsageEventsParceling()
441 final long startTime = System.currentTimeMillis() - MINUTE; in testNoAccessSilentlyFails()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DTimePickerTestCase.java54 cal.set(Calendar.MINUTE, 20); in testAutoFillAndSave()
DHelper.java587 .that(cal.get(Calendar.MINUTE)).isEqualTo(minute); in assertTimeValue()
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java70 private static final int MINUTE = 30; field in DateFormatTest
184 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE); in testFormatMethods()
DDateUtilsTest.java140 cal.set(Calendar.MINUTE, 0); in test_getRelativeTimeSpanString_withContext()
DTimeTest.java578 assertEquals(59, t.getActualMaximum(Time.MINUTE)); in testGetActualMaximum()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java182 .putExtra(AlarmClock.EXTRA_MINUTES, cal.get(Calendar.MINUTE)), in createIntents()
/cts/tests/tests/location/src/android/location/cts/suplClient/
DSuplRrlpMessagesGenerator.java221 utcTime.setMinute(currentTime.get(Calendar.MINUTE)); in generateSuplPositionInitLocalLocationMessage()
/cts/tests/tests/widget/src/android/widget/cts/
DTimePickerTest.java142 calendar.set(Calendar.MINUTE, 20); in testAutofill()
175 assertEquals(8, calendar.get(Calendar.MINUTE)); in testAutofill()