Searched refs:hour2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 66 public int hour2; field in TimeTest.DateTest 71 int offset, int year2, int month2, int day2, int hour2, int minute2, in DateTest() argument 83 this.hour2 = hour2; in DateTest() 89 int offset, int year2, int month2, int day2, int hour2, int minute2) { in DateTest() argument 100 this.hour2 = hour2; 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 | 398 public int hour2; 402 int offset, int year2, int month2, int day2, int hour2, int minute2) { 412 this.hour2 = hour2; 418 && time.getHour() == hour2 && time.getMinute() == minute2; 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);
|