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.java47 private static final String MINUTE = "minute"; field in TimePickerDialogTest
101 assertEquals(TARGET_MINUTE, b.getInt(MINUTE)); in testSaveInstanceState()
112 assertEquals(minute, b.getInt(MINUTE)); in testSaveInstanceState()
145 assertEquals(minute, b.getInt(MINUTE)); in testUpdateTime()
154 b1.putInt(MINUTE, minute); in testOnRestoreInstanceState()
164 assertEquals(minute, b2.getInt(MINUTE)); in testOnRestoreInstanceState()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java75 private static final long MINUTE = 1000 * 60; field in NetworkUsageStatsTest
370 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testDeviceSummary()
405 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testUserSummary()
445 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testAppSummary()
511 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testAppDetails()
554 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testUidDetails()
607 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testTagDetails()
713 if (!shouldTestThisNetworkType(i, MINUTE * 120)) { in testUidTagStateDetails()
790 if (!shouldTestThisNetworkType(i, MINUTE/2)) { in testCallback()
DUsageStatsTest.java135 private static final long MINUTE = TimeUnit.MINUTES.toMillis(1); field in UsageStatsTest
545 long startTime = endTime - MINUTE; in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
555 startTime = endTime - MINUTE; in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges()
577 final long startTime = System.currentTimeMillis() - MINUTE; in testUsageEventsParceling()
658 final long startTime = System.currentTimeMillis() - MINUTE; in testNoAccessSilentlyFails()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DTimePickerTestCase.java56 cal.set(Calendar.MINUTE, 20); in testAutoFillAndSave()
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java71 private static final int MINUTE = 30; field in DateFormatTest
185 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE); in testFormatMethods()
DDateUtilsTest.java151 cal.set(Calendar.MINUTE, 0); in test_getRelativeTimeSpanString_withContext()
DTimeTest.java626 assertEquals(59, t.getActualMaximum(Time.MINUTE)); in testGetActualMaximum()
3052 calendar.get(Calendar.MINUTE), in createLocalDateTime()
3243 calendar.get(Calendar.MINUTE), in setDateTime()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/
DDeskClockTestsActivity.java182 .putExtra(AlarmClock.EXTRA_MINUTES, cal.get(Calendar.MINUTE)), in createIntents()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/suplClient/
DSuplRrlpMessagesGenerator.java221 utcTime.setMinute(currentTime.get(Calendar.MINUTE)); in generateSuplPositionInitLocalLocationMessage()
/cts/tests/tests/widget/src/android/widget/cts/
DTimePickerTest.java145 calendar.set(Calendar.MINUTE, 20); in testAutofill()
178 assertEquals(8, calendar.get(Calendar.MINUTE)); in testAutofill()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java698 .that(cal.get(Calendar.MINUTE)).isEqualTo(minute); in assertTimeValue()