Searched refs:mFactoryResetProtectionEnabled (Results 1 – 1 of 1) sorted by relevance
67 private final boolean mFactoryResetProtectionEnabled; field in FactoryResetProtectionPolicy72 mFactoryResetProtectionEnabled = factoryResetProtectionEnabled; in FactoryResetProtectionPolicy()86 return mFactoryResetProtectionEnabled; in isFactoryResetProtectionEnabled()94 private boolean mFactoryResetProtectionEnabled; field in FactoryResetProtectionPolicy.Builder100 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 …]