Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DFactoryResetter.java51 private final boolean mWipeFactoryResetProtection; field in FactoryResetter
108 if (mWipeFactoryResetProtection) { in toString()
117 mWipeAdoptableStorage, mWipeFactoryResetProtection); in factoryResetInternalUnchecked()
124 if (mWipeFactoryResetProtection) { in factoryResetInternalUnchecked()
152 mWipeFactoryResetProtection = builder.mWipeFactoryResetProtection; in FactoryResetter()
174 private boolean mWipeFactoryResetProtection; field in FactoryResetter.Builder
235 mWipeFactoryResetProtection = value; in setWipeFactoryResetProtection()