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 200 public int month2; field in class:TimeTest.DateTest
207 int offset, int year2, int month2, int day2, int hour2, int minute2,
217 this.month2 = month2;
225 int offset, int year2, int month2, int day2, int hour2, int minute2) {
234 this.month2 = month2;
335 if (local.year != test.year2 || local.month != test.month2
339 test.year2, test.month2, test.day2, test.hour2, test.minute2);
353 if (local.year != test.year2 || local.month != test.month2
    [all...]

Completed in 297 milliseconds