Searched refs:mStartTimestamp (Results 1 – 2 of 2) sorted by relevance
218 private final long mStartTimestamp; field in WifiWakeMetrics.Session238 mStartTimestamp = timestamp; in Session()253 mInitEvent = new Event(numScans, timestamp - mStartTimestamp); in recordInitializeEvent()267 mUnlockEvent = new Event(numScans, timestamp - mStartTimestamp); in recordUnlockEvent()281 mWakeupEvent = new Event(numScans, timestamp - mStartTimestamp); in recordWakeupEvent()302 mResetEvent = new Event(numScans, timestamp - mStartTimestamp); in recordResetEvent()309 sessionProto.startTimeMillis = mStartTimestamp; in buildProto()332 pw.println("mStartTimestamp: " + mStartTimestamp); in dump()
96 private long mStartTimestamp = -1; field in SoftApManager203 pw.println("mStartTimestamp: " + mStartTimestamp); in dump()290 mStartTimestamp = SystemClock.elapsedRealtime(); in startSoftAp()