Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/format/
DTimeTest.java64 public int month2; field in TimeTest.DateTest
71 int offset, int year2, int month2, int day2, int hour2, int minute2, in DateTest() argument
81 this.month2 = month2; in DateTest()
89 int offset, int year2, int month2, int day2, int hour2, int minute2) { in DateTest() argument
98 this.month2 = month2; in DateTest()
200 if (local.year != test.year2 || local.month != test.month2 in testNormalize1()
204 test.year2, test.month2, test.day2, test.hour2, test.minute2); in testNormalize1()
218 if (local.year != test.year2 || local.month != test.month2 in testNormalize1()
222 test.year2, test.month2, test.day2, test.hour2, test.minute2); in testNormalize1()
241 if (local.year != test.year2 || local.month != test.month2 in testNormalize1()
[all …]
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DTimeTest.java396 public int month2;
402 int offset, int year2, int month2, int day2, int hour2, int minute2) {
410 this.month2 = month2;
417 return time.getYear() == year2 && time.getMonth() == month2 && time.getDay() == day2
517 test.year2, test.month2, test.day2, test.hour2, test.minute2);
528 test.year2, test.month2, test.day2, test.hour2, test.minute2);
543 test.year2, test.month2, test.day2, test.hour2, test.minute2);
554 test.year2, test.month2, test.day2, test.hour2, test.minute2);