Searched refs:mLastPassiveTimestamp (Results 1 – 1 of 1) sorted by relevance
66 private long mLastPassiveTimestamp = -1; field in LocationVerifier173 long delta = timestamp - mLastPassiveTimestamp; in onLocationChanged()174 mLastPassiveTimestamp = timestamp; in onLocationChanged()217 mLastPassiveTimestamp = mLastActiveTimestamp; in start()