Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiWakeMetrics.java43 private boolean mIsInSession = false; field in WifiWakeMetrics
60 mIsInSession = true; in recordStartEvent()
75 if (!mIsInSession) { in recordInitializeEvent()
96 if (!mIsInSession) { in recordUnlockEvent()
115 if (!mIsInSession) { in recordWakeupEvent()
135 if (!mIsInSession) { in recordResetEvent()
149 mIsInSession = false; in recordResetEvent()
188 pw.println("mIsInSession: " + mIsInSession); in dump()