Searched refs:factoryResetProtectionAccounts (Results 1 – 1 of 1) sorted by relevance
69 private FactoryResetProtectionPolicy(List<String> factoryResetProtectionAccounts, in FactoryResetProtectionPolicy() argument71 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() local220 factoryResetProtectionAccounts.add( in readFromXml()224 return new FactoryResetProtectionPolicy(factoryResetProtectionAccounts, in readFromXml()