HomeSort by relevance Sort by last modified time
    Searched defs:month2 (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 54 public int month2; field in class:TimeTest.DateTest
61 int offset, int year2, int month2, int day2, int hour2, int minute2,
71 this.month2 = month2;
79 int offset, int year2, int month2, int day2, int hour2, int minute2) {
88 this.month2 = month2;
190 if (local.year != test.year2 || local.month != test.month2
194 test.year2, test.month2, test.day2, test.hour2, test.minute2);
208 if (local.year != test.year2 || local.month != test.month2
    [all...]
  /cts/tests/tests/text/src/android/text/format/cts/
TimeTest.java 249 public int month2; field in class:TimeTest.DateTest
256 int offset, int year2, int month2, int day2, int hour2, int minute2,
266 this.month2 = month2;
274 int offset, int year2, int month2, int day2, int hour2, int minute2) {
283 this.month2 = month2;
401 if (local.year != test.year2 || local.month != test.month2
405 test.year2, test.month2, test.day2, test.hour2, test.minute2);
419 if (local.year != test.year2 || local.month != test.month2
    [all...]

Completed in 174 milliseconds