Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapbMessageMms.java178 Date dateObj = new Date(date); in getDateString() local
179 return format.format(dateObj); // Format according to RFC 2822 page 14 in getDateString()