/cts/tests/app/src/android/app/cts/ |
D | TimePickerDialogTest.java | 47 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/ |
D | NetworkUsageStatsTest.java | 75 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()
|
D | UsageStatsTest.java | 106 private static final long MINUTE = TimeUnit.MINUTES.toMillis(1); field in UsageStatsTest 397 long startTime = endTime - MINUTE; in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() 407 startTime = endTime - MINUTE; in ignore_testStatsAreShiftedInTimeWhenSystemTimeChanges() 429 final long startTime = System.currentTimeMillis() - MINUTE; in testUsageEventsParceling() 510 final long startTime = System.currentTimeMillis() - MINUTE; in testNoAccessSilentlyFails()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | TimePickerTestCase.java | 54 cal.set(Calendar.MINUTE, 20); in testAutoFillAndSave()
|
D | Helper.java | 657 .that(cal.get(Calendar.MINUTE)).isEqualTo(minute); in assertTimeValue()
|
/cts/tests/tests/text/src/android/text/format/cts/ |
D | DateFormatTest.java | 71 private static final int MINUTE = 30; field in DateFormatTest 185 Date date = new Date(YEAR_FROM_1900, MONTH, DAY, HOUR, MINUTE); in testFormatMethods()
|
D | DateUtilsTest.java | 141 cal.set(Calendar.MINUTE, 0); in test_getRelativeTimeSpanString_withContext()
|
D | TimeTest.java | 589 assertEquals(59, t.getActualMaximum(Time.MINUTE)); in testGetActualMaximum() 2994 calendar.get(Calendar.MINUTE), in createLocalDateTime() 3185 calendar.get(Calendar.MINUTE), in setDateTime()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/deskclock/ |
D | DeskClockTestsActivity.java | 182 .putExtra(AlarmClock.EXTRA_MINUTES, cal.get(Calendar.MINUTE)), in createIntents()
|
/cts/tests/tests/location/src/android/location/cts/suplClient/ |
D | SuplRrlpMessagesGenerator.java | 221 utcTime.setMinute(currentTime.get(Calendar.MINUTE)); in generateSuplPositionInitLocalLocationMessage()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TimePickerTest.java | 143 calendar.set(Calendar.MINUTE, 20); in testAutofill() 176 assertEquals(8, calendar.get(Calendar.MINUTE)); in testAutofill()
|