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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DBluetoothMapContentTest.java44 private String getDateTimeString(long timestamp) { method in class:BluetoothMapContentTest
54 "\n " + MessageColumns.TIMESTAMP + " : " + getDateTimeString(c.getLong(c.getColumnIndex(MessageColumns.TIMESTAMP))) +
69 "\n " + SyncColumns.SERVER_TIMESTAMP + " : " + getDateTimeString(c.getLong(c.getColumnIndex(SyncColumns.SERVER_TIMESTAMP))) +
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java70 public String getDateTimeString() { method in class:BluetoothMapMessageListingElement
228 xmlMsgElement.attribute("", "datetime", this.getDateTimeString());

Completed in 67 milliseconds