Searched refs:dateTime (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DMessage.java85 String dateTime = attrs.get("datetime");
87 if (dateTime != null) {
88 mDateTime = (new ObexTime(dateTime)).getTime();
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapConvoContactElement.java164 public void setLastActivity(long dateTime) { argument
165 this.mLastActivity = dateTime;
H A DBluetoothMapMessageListingElement.java88 public void setDateTime(long dateTime) { argument
89 this.mDateTime = dateTime;

Completed in 88 milliseconds