Home
last modified time | relevance | path

Searched refs:mEffectiveKeepProfilesRunning (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPolicyVersionUpgrader.java243 systemUserData.mEffectiveKeepProfilesRunning = false; in initializeEffectiveKeepProfilesRunning()
300 policy.mEffectiveKeepProfilesRunning = true; in loadDataForUser()
DDevicePolicyData.java201 boolean mEffectiveKeepProfilesRunning = false; field in DevicePolicyData
402 if (policyData.mEffectiveKeepProfilesRunning) { in store()
404 out.attributeBoolean(null, ATTR_VALUE, policyData.mEffectiveKeepProfilesRunning); in store()
592 policy.mEffectiveKeepProfilesRunning = parser.getAttributeBoolean( in load()
DDevicePolicyManagerService.java23797 if (!policyData.mEffectiveKeepProfilesRunning) {
23800 policyData.mEffectiveKeepProfilesRunning = false;