Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java68 Assert.assertEquals(expectedModified, attachment.getModifiedDate().getTime()); in testParse()
69 Assert.assertEquals(isModifiedUtc, attachment.getModifiedDate().isUtc()); in testParse()
71 Assert.assertEquals(null, attachment.getModifiedDate()); in testParse()
92 Assert.assertEquals(modified, attachment.getModifiedDate().getTime()); in testCreate()
93 Assert.assertTrue(attachment.getModifiedDate().isUtc()); in testCreate()
95 Assert.assertEquals(null, attachment.getModifiedDate()); in testCreate()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormat.java141 public BipDateTime getModifiedDate() { in getModifiedDate() method in BipAttachmentFormat
156 && a.getModifiedDate() == getModifiedDate(); in equals()
DBipImageProperties.java318 BipDateTime modified = format.getModifiedDate(); in toString()