Searched refs:mCal (Results 1 – 1 of 1) sorted by relevance
| /core/core-i18n/src/androidTest/java/androidx/core/i18n/ |
| D | CheckTheJavaApisTest.java | 59 private final Calendar mCal = field in CheckTheJavaApisTest 62 mCal.set(2021, Calendar.AUGUST, 23, 19, 53, 47); 63 mCal.set(Calendar.MILLISECOND, 123); in mCal.set() 120 assertEquals(expected, df.format(mCal)); in testSkeletonOptions() 123 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale).format(mCal)); in testSkeletonOptions() 137 assertEquals(expected, df.format(mCal)); in testSkeletonOptions() 140 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale).format(mCal)); in testSkeletonOptions() 154 assertEquals(expected, df.format(mCal)); in testSkeletonOptions() 157 new DateTimeFormatter(mAppContext, dateTimeFormatterOptions, mLocale).format(mCal)); in testSkeletonOptions() 165 new DateTimeFormatter(options, mLocale).format(mCal)); in testJdkOptions()
|