Home
last modified time | relevance | path

Searched refs:month (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java70 time.month = 2; in testNormalize()
78 assertEquals(expectedMonth, time.month); in testNormalize()
82 time.month = 2; in testNormalize()
85 assertEquals(expectedMonth, time.month); in testNormalize()
100 final int month = 5; in testSet() local
103 time.set(date, month, year); in testSet()
105 assertEquals(month, time.month); in testSet()
120 assertEquals(time.month, anotherTime.month); in assertTime()
142 assertEquals(time.month, anotherTime.month); in testGetWeekNumber()
588 t.month = i; in assertMonth()
[all …]
/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java406 public void onDateChanged(DatePicker view, int year, int month, int day) { in onDateChanged() argument
408 super.onDateChanged(view, year, month, day); in onDateChanged()