Searched defs:mDateTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java39 private final Date mDateTime; field in class:BluetoothMapMessage
97 mDateTime = (new ObexTime(dateTime)).getTime();
99 mDateTime = null;
181 json.put("datetime", mDateTime);
224 return mDateTime;

Completed in 107 milliseconds