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.java72 private boolean mLastReportedIsEarPieceActive = false; field in SarInfo
104 || (isEarPieceActive != mLastReportedIsEarPieceActive)); in shouldReport()
115 mLastReportedIsEarPieceActive = isEarPieceActive; in reportingSuccessful()
166 pw.println(" Earpiece state is: " + mLastReportedIsEarPieceActive); in dump()