Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DFactoryResetProtectionPolicy.java69 private final boolean mFactoryResetProtectionEnabled; field in FactoryResetProtectionPolicy
74 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in FactoryResetProtectionPolicy()
88 return mFactoryResetProtectionEnabled; in isFactoryResetProtectionEnabled()
96 private boolean mFactoryResetProtectionEnabled; field in FactoryResetProtectionPolicy.Builder
102 mFactoryResetProtectionEnabled = true; in Builder()
137 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in setFactoryResetProtectionEnabled()
149 mFactoryResetProtectionEnabled); in build()
157 + ", mFactoryResetProtectionEnabled=" + mFactoryResetProtectionEnabled in toString()
168 dest.writeBoolean(mFactoryResetProtectionEnabled); in writeToParcel()
239 mFactoryResetProtectionEnabled); in writeToXml()
[all …]