Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
DBluetoothMapIMContentTest.java30 private String getDateTimeString(long timestamp) { in getDateTimeString() method in BluetoothMapIMContentTest
44 …sb.append(" ").append(c.getColumnName(i)).append(" : ").append(getDateTimeString(c.getLong(i))).a… in printCursor()
DBluetoothMapContentTest.java177 private String getDateTimeString(long timestamp) { in getDateTimeString() method in BluetoothMapContentTest
189 .append(" : ").append(getDateTimeString(c.getLong(i))).append("\n"); in printCursor()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java85 public String getDateTimeString() { in getDateTimeString() method in BluetoothMapMessageListingElement
284 xmlMsgElement.attribute(null, "datetime", this.getDateTimeString()); in encode()
DBluetoothMapUtils.java118 static public String getDateTimeString(long timestamp) { in getDateTimeString() method in BluetoothMapUtils
136 getDateTimeString(c.getLong(i))).append("\n"); in printCursor()
DBluetoothMapContentObserver.java1347 String date = BluetoothMapUtils.getDateTimeString( in handleMsgListChangesSms()
1506 String date = BluetoothMapUtils.getDateTimeString( in handleMsgListChangesMms()
1658 String date = BluetoothMapUtils.getDateTimeString( in handleMsgListChangesMsg()
1929 .getDateTimeString(lastActivity), in handleContactListChanges()
1984 .getDateTimeString(lastOnline), in handleContactListChanges()
2006 .getDateTimeString(lastActivity), in handleContactListChanges()