Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DFactoryResetter.java56 private final boolean mWipeFactoryResetProtection; field in FactoryResetter
115 if (mWipeFactoryResetProtection) { in toString()
124 mWipeAdoptableStorage, mWipeFactoryResetProtection); in factoryResetInternalUnchecked()
131 if (mWipeFactoryResetProtection) { in factoryResetInternalUnchecked()
159 mWipeFactoryResetProtection = builder.mWipeFactoryResetProtection; in FactoryResetter()
181 private boolean mWipeFactoryResetProtection; field in FactoryResetter.Builder
242 mWipeFactoryResetProtection = value; in setWipeFactoryResetProtection()