Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapConvoContactElement.java61 private long mLastActivity = -1; field in BluetoothMapConvoContactElement
90 this.mLastActivity = lastActivity; in BluetoothMapConvoContactElement()
174 Date date = new Date(mLastActivity); in getLastActivityString()
179 this.mLastActivity = dateTime; in setLastActivity()
185 this.mLastActivity = date.getTime(); in setLastActivity()
198 if (this.mLastActivity < e.mLastActivity) { in compareTo()
200 } else if (this.mLastActivity > e.mLastActivity) { in compareTo()
228 if (mLastActivity != -1) { in encode()
329 if (mLastActivity != other.mLastActivity) { in equals()
DBluetoothMapConvoListingElement.java54 private long mLastActivity = -1; field in BluetoothMapConvoListingElement
144 return mLastActivity; in getLastActivity()
149 Date date = new Date(mLastActivity); in getLastActivityString()
155 this.mLastActivity = last; in setLastActivity()
162 this.mLastActivity = date.getTime(); in setLastActivity()
247 if (this.mLastActivity < e.mLastActivity) { in compareTo()
249 } else if (this.mLastActivity > e.mLastActivity) { in compareTo()
269 if (mLastActivity != -1) { in encode()
372 if (mLastActivity != other.mLastActivity) { in equals()
DBluetoothMapAppParams.java174 private long mLastActivity = INVALID_VALUE_PARAMETER; field in BluetoothMapAppParams
1498 return this.mLastActivity; in getLastActivity()
1503 Date date = new Date(mLastActivity); in getLastActivityString()
1508 this.mLastActivity = last; in setLastActivity()
1514 this.mLastActivity = date.getTime(); in setLastActivity()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiTrafficPoller.java41 private int mLastActivity = -1; field in WifiTrafficPoller
98 || dataActivity != mLastActivity) { in notifyOnDataActivity()
112 mLastActivity = dataActivity; in notifyOnDataActivity()
121 pw.println("mLastActivity " + mLastActivity); in dump()