Searched refs:forceAllAppsStandby (Results 1 – 4 of 4) sorted by relevance
504 rawPolicy.forceAllAppsStandby, in updatePolicyDependenciesLocked()513 if (mEffectivePolicyRaw.forceAllAppsStandby) sb.append("A"); in updatePolicyDependenciesLocked()651 public final boolean forceAllAppsStandby; field in BatterySaverPolicy.Policy684 boolean forceAllAppsStandby, in Policy() argument703 this.forceAllAppsStandby = forceAllAppsStandby; in Policy()737 forceAllAppsStandby, in Policy()790 .setForceAllAppsStandby(forceAllAppsStandby) in toConfig()871 defaultPolicy.forceAllAppsStandby)); in fromSettings()897 forceAllAppsStandby, in fromSettings()923 && forceAllAppsStandby == other.forceAllAppsStandby in equals()[all …]
56 jfieldID forceAllAppsStandby; member130 env->GetBooleanField(bsObj, gBSPCFieldIds.forceAllAppsStandby), in nativeObtainBSPConfigParcel()180 env->GetBooleanField(bsObj, gBSPCFieldIds.forceAllAppsStandby), in nativeUnparcelAndVerifyBSPConfig()240 gBSPCFieldIds.forceAllAppsStandby = in JNI_OnLoad()
533 public Builder setForceAllAppsStandby(boolean forceAllAppsStandby) { in setForceAllAppsStandby() argument534 mForceAllAppsStandby = forceAllAppsStandby; in setForceAllAppsStandby()
435 assertTrue(policy.forceAllAppsStandby); in testUserSettingsOverrideDeviceConfig()481 assertFalse(policy.forceAllAppsStandby); in testDeviceConfigOverridesDefaults()558 assertTrue(policy.forceAllAppsStandby); in testDeviceConfig_AdaptiveValues()