Searched refs:mForceAllAppsStandby (Results 1 – 2 of 2) sorted by relevance
52 private final boolean mForceAllAppsStandby; field in BatterySaverPolicyConfig74 mForceAllAppsStandby = in.mForceAllAppsStandby; in BatterySaverPolicyConfig()109 mForceAllAppsStandby = in.readBoolean(); in BatterySaverPolicyConfig()159 dest.writeBoolean(mForceAllAppsStandby); in writeToParcel()178 + "force_all_apps_standby=" + mForceAllAppsStandby + "," in toString()287 return mForceAllAppsStandby; in getForceAllAppsStandby()324 private boolean mForceAllAppsStandby = false; field in BatterySaverPolicyConfig.Builder473 mForceAllAppsStandby = forceAllAppsStandby; in setForceAllAppsStandby()
154 boolean mForceAllAppsStandby; field in AppStateTracker557 if (enable == mForceAllAppsStandby) { in toggleForceAllAppsStandbyLocked()560 mForceAllAppsStandby = enable; in toggleForceAllAppsStandbyLocked()886 unblockAlarms = !mForcedAppStandbyEnabled && !mForceAllAppsStandby; in handleMessage()1120 return mForceAllAppsStandby; in isRestricted()1179 return mForceAllAppsStandby; in isForceAllAppsStandbyEnabled()1311 proto.write(ForceAppStandbyTrackerProto.FORCE_ALL_APPS_STANDBY, mForceAllAppsStandby); in dumpProto()