/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 56 public int hour2; field in class:TimeTest.DateTest 61 int offset, int year2, int month2, int day2, int hour2, int minute2, 73 this.hour2 = hour2; 79 int offset, int year2, int month2, int day2, int hour2, int minute2) { 90 this.hour2 = hour2; 191 || local.monthDay != test.day2 || local.hour != test.hour2 194 test.year2, test.month2, test.day2, test.hour2, test.minute2); 209 || local.monthDay != test.day2 || local.hour != test.hour2 [all...] |
/cts/tests/tests/text/src/android/text/format/cts/ |
TimeTest.java | 251 public int hour2; field in class:TimeTest.DateTest 256 int offset, int year2, int month2, int day2, int hour2, int minute2, 268 this.hour2 = hour2; 274 int offset, int year2, int month2, int day2, int hour2, int minute2) { 285 this.hour2 = hour2; 402 || local.monthDay != test.day2 || local.hour != test.hour2 405 test.year2, test.month2, test.day2, test.hour2, test.minute2); 420 || local.monthDay != test.day2 || local.hour != test.hour2 [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/ |
FormatDateRangeTest.java | 40 int year2, int month2, int day2, int hour2, int minute2, 59 date2.set(0, minute2, hour2, day2, month2, year2);
|