Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipDateTime.java108 public boolean isUtc() { in isUtc() method in BipDateTime
122 return d.isUtc() == isUtc() && d.getTime() == getTime(); in equals()
136 if (isUtc()) { in toString()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipDatetimeTest.java61 private void testParse(String date, Date expectedDate, boolean isUtc, String expectedStr) { in testParse() argument
64 Assert.assertEquals(isUtc, bipDateTime.isUtc()); in testParse()
71 Assert.assertTrue(bipDate.isUtc()); in testCreate()
H A DBipAttachmentFormatTest.java62 Assert.assertEquals(isCreatedUtc, attachment.getCreatedDate().isUtc()); in testParse()
69 Assert.assertEquals(isModifiedUtc, attachment.getModifiedDate().isUtc()); in testParse()
86 Assert.assertTrue(attachment.getCreatedDate().isUtc()); in testCreate()
93 Assert.assertTrue(attachment.getModifiedDate().isUtc()); in testCreate()