Searched refs:MINUTES (Results 1 – 7 of 7) sorted by relevance
15 import static java.util.concurrent.TimeUnit.MINUTES;48 SECONDS.convert(t, MINUTES)); in testConvert()63 MILLISECONDS.convert(t, MINUTES)); in testConvert()78 MICROSECONDS.convert(t, MINUTES)); in testConvert()93 NANOSECONDS.convert(t, MINUTES)); in testConvert()116 MINUTES.toNanos(t)); in testToNanos()139 MINUTES.toMicros(t)); in testToMicros()162 MINUTES.toMillis(t)); in testToMillis()185 MINUTES.toSeconds(t)); in testToSeconds()208 MINUTES.toMinutes(t)); in testToMinutes()[all …]
162 boolean minuteSet = isSet(DatatypeConstants.MINUTES); in getXMLSchemaType()284 return getFieldValueAsInt(DatatypeConstants.MINUTES); in getMinutes()908 BigInteger minutes = (BigInteger) getField(DatatypeConstants.MINUTES); in toString()
149 public static final Field MINUTES = new Field("MINUTES", 4); field in DatatypeConstants
274 assertTrue("Test should not timeout", es.awaitTermination(1, TimeUnit.MINUTES)); in testMessageDigest_MultipleThreads_Misuse()
1706 assertTrue("Test should not timeout", es.awaitTermination(1, TimeUnit.MINUTES)); in testSignature_MultipleThreads_Misuse()
107 MINUTES { enumConstant
147 unit = com.ibm.icu.text.RelativeDateTimeFormatter.RelativeUnit.MINUTES; in getRelativeTimeSpanString()