Searched refs:mLastDataSampleTime (Results 1 – 1 of 1) sorted by relevance
62 private long mLastDataSampleTime = UNKNOWN_LONG; field in LinkQualityInfo106 dest.writeLong(mLastDataSampleTime); in writeToParcel()146 mLastDataSampleTime = in.readLong(); in initializeFromParcel()262 return mLastDataSampleTime; in getLastDataSampleTime()269 mLastDataSampleTime = lastDataSampleTime; in setLastDataSampleTime()