Searched refs:minute2 (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/text/format/ |
D | TimeTest.java | 67 public int minute2; field in TimeTest.DateTest 71 int offset, int year2, int month2, int day2, int hour2, int minute2, in DateTest() argument 84 this.minute2 = minute2; in DateTest() 89 int offset, int year2, int month2, int day2, int hour2, int minute2) { in DateTest() argument 101 this.minute2 = minute2; in DateTest() 202 || local.minute != test.minute2) { in testNormalize1() 204 test.year2, test.month2, test.day2, test.hour2, test.minute2); in testNormalize1() 220 || local.minute != test.minute2) { in testNormalize1() 222 test.year2, test.month2, test.day2, test.hour2, test.minute2); in testNormalize1() 243 || local.minute != test.minute2 || local.isDst != test.dst2) { in testNormalize1() [all …]
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | TimeTest.java | 399 public int minute2; 402 int offset, int year2, int month2, int day2, int hour2, int minute2) { 413 this.minute2 = minute2; 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);
|