Home
last modified time | relevance | path

Searched refs:mLastActivity (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java58 private long mLastActivity = -1; field in BluetoothMapConvoContactElement
80 this.mLastActivity = lastActivity; in BluetoothMapConvoContactElement()
160 Date date = new Date(mLastActivity); in getLastActivityString()
165 this.mLastActivity = dateTime; in setLastActivity()
171 this.mLastActivity = date.getTime(); in setLastActivity()
184 if (this.mLastActivity < e.mLastActivity) { in compareTo()
186 } else if (this.mLastActivity > e.mLastActivity) { in compareTo()
214 if (mLastActivity != -1) { in encode()
320 if (mLastActivity != other.mLastActivity) { in equals()
DBluetoothMapConvoListingElement.java51 private long mLastActivity = -1; field in BluetoothMapConvoListingElement
145 return mLastActivity; in getLastActivity()
150 Date date = new Date(mLastActivity); in getLastActivityString()
158 this.mLastActivity = last; in setLastActivity()
165 this.mLastActivity = date.getTime(); in setLastActivity()
249 if (this.mLastActivity < e.mLastActivity) { in compareTo()
251 } else if (this.mLastActivity > e.mLastActivity) { in compareTo()
271 if (mLastActivity != -1) { in encode()
383 if (mLastActivity != other.mLastActivity) { in equals()
DBluetoothMapAppParams.java171 private long mLastActivity = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1121 return this.mLastActivity; in getLastActivity()
1126 Date date = new Date(mLastActivity); in getLastActivityString()
1131 this.mLastActivity = last; in setLastActivity()
1137 this.mLastActivity = date.getTime(); in setLastActivity()