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

/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java123 private boolean mDetectionInProgress; field in class:WirelessChargerDetector
162 pw.println(" mDetectionInProgress=" + mDetectionInProgress);
188 WirelessChargerDetectorProto.IS_DETECTION_IN_PROGRESS, mDetectionInProgress);
264 if (!mDetectionInProgress && mGravitySensor != null) {
268 mDetectionInProgress = true;
281 if (mDetectionInProgress) {
309 mDetectionInProgress = false;
315 if (mDetectionInProgress) {

Completed in 95 milliseconds