Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSarInfo.java85 private boolean mLastReportedIsVoiceCall = false; field in SarInfo
118 || (isVoiceCall != mLastReportedIsVoiceCall) in shouldReport()
134 mLastReportedIsVoiceCall = isVoiceCall; in reportingSuccessful()
187 pw.println(" Voice Call state is: " + mLastReportedIsVoiceCall); in dump()