Home
last modified time | relevance | path

Searched defs:created (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormat.java71 String created, String modified) { in BipAttachmentFormat()
102 Date created, Date modified) { in BipAttachmentFormat()
DBipImageProperties.java196 String created = xpp.getAttributeValue(null, "created"); in parse() local
317 BipDateTime created = format.getCreatedDate(); in toString() local
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DMtpBitmapFetch.java80 Bitmap created; in getFullsize() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipAttachmentFormatTest.java50 String created, String modified, Date expectedCreated, boolean isCreatedUtc, in testParse()
76 Date created, Date modified) { in testCreate()