Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DWirelessChargerDetector.java121 private boolean mDetectionInProgress; field in WirelessChargerDetector
160 pw.println(" mDetectionInProgress=" + mDetectionInProgress); in dump()
186 WirelessChargerDetectorProto.IS_DETECTION_IN_PROGRESS, mDetectionInProgress); in dumpDebug()
257 if (!mDetectionInProgress && mGravitySensor != null) { in startDetectionLocked()
261 mDetectionInProgress = true; in startDetectionLocked()
274 if (mDetectionInProgress) { in finishDetectionLocked()
302 mDetectionInProgress = false; in finishDetectionLocked()
308 if (mDetectionInProgress) { in processSampleLocked()