Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java86 private boolean mLastReportedIsEarPieceActive = false; field in SarInfo
119 || (isEarPieceActive != mLastReportedIsEarPieceActive)) { in shouldReport()
135 mLastReportedIsEarPieceActive = isEarPieceActive; in reportingSuccessful()
188 pw.println(" Earpiece state is: " + mLastReportedIsEarPieceActive); in dump()