Home
last modified time | relevance | path

Searched defs:factoryResetProtectionAccounts (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DFactoryResetProtectionPolicy.java69 private FactoryResetProtectionPolicy(List<String> factoryResetProtectionAccounts, in FactoryResetProtectionPolicy()
116 public Builder setFactoryResetProtectionAccounts( in setFactoryResetProtectionAccounts()
209 List<String> factoryResetProtectionAccounts = new ArrayList<>(); in readFromXml() local