Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/mapclient/
H A DObexTimeTest.java32 private static final String VALID_TIME_STRING = "20190101T121314"; field in ObexTimeTest
61 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in createWithValidDateTimeString_TimestampCorrect()
89 ObexTime timestamp = new ObexTime(VALID_TIME_STRING); in printValidTime_TimestampMatchesInput()
90 Assert.assertEquals("Timestamp as a string must match the input string", VALID_TIME_STRING, in printValidTime_TimestampMatchesInput()