Searched refs:mLastReportedProxIsActive (Results 1 – 2 of 2) sorted by relevance
522 bool mLastReportedProxIsActive; variable
134 mWakeLockAcquired(false), mLastReportedProxIsActive(false) { in SensorService()1672 if (isActive != mLastReportedProxIsActive) { in checkAndReportProxStateChangeLocked()1674 mLastReportedProxIsActive = isActive; in checkAndReportProxStateChangeLocked()1708 notifyProximityStateLocked(mLastReportedProxIsActive, listener); in addProximityActiveListener()