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.java71 private boolean mLastReportedIsVoiceCall = false; field in SarInfo
103 || (isVoiceCall != mLastReportedIsVoiceCall) in shouldReport()
114 mLastReportedIsVoiceCall = isVoiceCall; in reportingSuccessful()
165 pw.println(" Voice Call state is: " + mLastReportedIsVoiceCall); in dump()