Searched refs:day2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 65 public int day2; field in TimeTest.DateTest 71 int offset, int year2, int month2, int day2, int hour2, int minute2, in DateTest() argument 82 this.day2 = day2; in DateTest() 89 int offset, int year2, int month2, int day2, int hour2, int minute2) { in DateTest() argument 99 this.day2 = day2; in DateTest() 201 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() 204 test.year2, test.month2, test.day2, test.hour2, test.minute2); in testNormalize1() 219 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() 222 test.year2, test.month2, test.day2, test.hour2, test.minute2); in testNormalize1() 242 || local.monthDay != test.day2 || local.hour != test.hour2 in testNormalize1() [all …]
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | TimeTest.java | 397 public int day2; 402 int offset, int year2, int month2, int day2, int hour2, int minute2) { 411 this.day2 = day2; 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);
|