Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DFactoryResetProtectionPolicy.java67 private final boolean mFactoryResetProtectionEnabled; field in FactoryResetProtectionPolicy
72 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in FactoryResetProtectionPolicy()
86 return mFactoryResetProtectionEnabled; in isFactoryResetProtectionEnabled()
94 private boolean mFactoryResetProtectionEnabled; field in FactoryResetProtectionPolicy.Builder
100 mFactoryResetProtectionEnabled = true; in Builder()
135 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in setFactoryResetProtectionEnabled()
147 mFactoryResetProtectionEnabled); in build()
155 + ", mFactoryResetProtectionEnabled=" + mFactoryResetProtectionEnabled in toString()
166 dest.writeBoolean(mFactoryResetProtectionEnabled); in writeToParcel()
237 Boolean.toString(mFactoryResetProtectionEnabled)); in writeToXml()
[all …]