Searched refs:mIsAutomotiveProjectionActive (Results 1 – 1 of 1) sorted by relevance
180 private boolean mIsAutomotiveProjectionActive; field in DeviceStateMonitor274 mIsAutomotiveProjectionActive = isAutomotiveProjectionActive(); in DeviceStateMonitor()284 + ", mIsAutomotiveProjectionActive=" + mIsAutomotiveProjectionActive in DeviceStateMonitor()407 return mIsCharging || mIsScreenOn || mIsTetheringOn || mIsAutomotiveProjectionActive; in shouldEnableHighPowerConsumptionIndications()511 if (mIsAutomotiveProjectionActive == state) return; in onUpdateDeviceState()512 mIsAutomotiveProjectionActive = state; in onUpdateDeviceState()803 ipw.println("mIsAutomotiveProjectionActive=" + mIsAutomotiveProjectionActive); in dump()