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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java41 private long dateTime = 0; field in class:BluetoothMapMessageListingElement
67 return dateTime;
72 Date date = new Date(dateTime);
76 public void setDateTime(long dateTime) { argument
77 this.dateTime = dateTime;
208 if (this.dateTime < e.dateTime) {
210 } else if (this.dateTime > e.dateTime) {
[all...]
/packages/apps/Exchange/tests/src/com/android/exchange/utility/
H A DCalendarUtilitiesTests.java219 long dateTime = Utility.parseEmailDateTimeToMillis(dateString);
221 cal.setTimeInMillis(dateTime);
234 long dateTime = Utility.parseDateTimeToMillis(dateString);
236 cal.setTimeInMillis(dateTime);

Completed in 612 milliseconds