Home
last modified time | relevance | path

Searched refs:mStartTimestamp (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWakeMetrics.java218 private final long mStartTimestamp; field in WifiWakeMetrics.Session
238 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()
DSoftApManager.java101 private long mStartTimestamp = -1; field in SoftApManager
212 pw.println("mStartTimestamp: " + mStartTimestamp); in dump()
300 mStartTimestamp = SystemClock.elapsedRealtime(); in startSoftAp()