Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapContentTest.java44 private String getDateTimeString(long timestamp) { in getDateTimeString() method in BluetoothMapContentTest
54 …"\n " + MessageColumns.TIMESTAMP + " : " + getDateTimeString(c.getLong(c.getColumnIndex(MessageC… in printEmail()
69 …"\n " + SyncColumns.SERVER_TIMESTAMP + " : " + getDateTimeString(c.getLong(c.getColumnIndex(Sync… in printEmail()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java79 public String getDateTimeString() { in getDateTimeString() method in BluetoothMapMessageListingElement
265 xmlMsgElement.attribute(null, "datetime", this.getDateTimeString()); in encode()