Home
last modified time | relevance | path

Searched refs: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() argument
71 mFactoryResetProtectionAccounts = factoryResetProtectionAccounts; in FactoryResetProtectionPolicy()
117 @NonNull List<String> factoryResetProtectionAccounts) { in setFactoryResetProtectionAccounts()
118 mFactoryResetProtectionAccounts = new ArrayList<>(factoryResetProtectionAccounts); in setFactoryResetProtectionAccounts()
179 List<String> factoryResetProtectionAccounts = new ArrayList<>();
182 factoryResetProtectionAccounts.add(in.readString());
186 return new FactoryResetProtectionPolicy(factoryResetProtectionAccounts,
209 List<String> factoryResetProtectionAccounts = new ArrayList<>(); in readFromXml() local
220 factoryResetProtectionAccounts.add( in readFromXml()
224 return new FactoryResetProtectionPolicy(factoryResetProtectionAccounts, in readFromXml()