Home
last modified time | relevance | path

Searched refs:noPrep (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/text/src/android/text/format/cts/
DDateUtilsTest.java156 final CharSequence noPrep = DateUtils.getRelativeTimeSpanString(mContext, today10am, in test_getRelativeTimeSpanString_withContext() local
158 assertEquals(noPrep, DateUtils.getRelativeTimeSpanString(mContext, today10am)); in test_getRelativeTimeSpanString_withContext()
162 assertEquals("10:00", noPrep); in test_getRelativeTimeSpanString_withContext()
165 assertEquals("10:00 AM", noPrep); in test_getRelativeTimeSpanString_withContext()