Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/admin/
H A DFactoryResetProtectionPolicy.java70 boolean factoryResetProtectionEnabled) { in FactoryResetProtectionPolicy() argument
72 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in FactoryResetProtectionPolicy()
134 public Builder setFactoryResetProtectionEnabled(boolean factoryResetProtectionEnabled) { in setFactoryResetProtectionEnabled() argument
135 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in setFactoryResetProtectionEnabled()
184 boolean factoryResetProtectionEnabled = in.readBoolean();
187 factoryResetProtectionEnabled);
206 boolean factoryResetProtectionEnabled = parser.getAttributeBoolean(null, in readFromXml()
225 factoryResetProtectionEnabled); in readFromXml()