Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java40 private long mDateTime = 0; field in BluetoothMapMessageListingElement
82 return mDateTime; in getDateTime()
89 Date date = new Date(mDateTime); in getDateTimeString()
94 this.mDateTime = dateTime; in setDateTime()
260 if (this.mDateTime < e.mDateTime) { in compareTo()
262 } else if (this.mDateTime > e.mDateTime) { in compareTo()
283 if(mDateTime != 0) in encode()
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
DBluetoothMapMessagesListing.java38 private Date mDateTime; field in BluetoothMapMessagesListing
74 out.writeString(dateToString(mDateTime)); in writeToParcel()
98 mDateTime = stringToDate(in.readString()); in readFromParcel()
132 return mDateTime; in getDate()
136 mDateTime = date; in setDate()
153 json.put("datetime", mDateTime); in toString()
227 throw new IllegalStateException("Incorrect datetime format: " + mDateTime); in stringToDate()