Searched refs:factoryResetProtectionAccounts (Results 1 – 2 of 2) sorted by relevance
71 private FactoryResetProtectionPolicy(List<String> factoryResetProtectionAccounts, in FactoryResetProtectionPolicy() argument73 mFactoryResetProtectionAccounts = factoryResetProtectionAccounts; in FactoryResetProtectionPolicy()119 @NonNull List<String> factoryResetProtectionAccounts) { in setFactoryResetProtectionAccounts()120 mFactoryResetProtectionAccounts = new ArrayList<>(factoryResetProtectionAccounts); in setFactoryResetProtectionAccounts()181 List<String> factoryResetProtectionAccounts = new ArrayList<>();184 factoryResetProtectionAccounts.add(in.readString());188 return new FactoryResetProtectionPolicy(factoryResetProtectionAccounts,211 List<String> factoryResetProtectionAccounts = new ArrayList<>(); in readFromXml() local222 factoryResetProtectionAccounts.add( in readFromXml()226 return new FactoryResetProtectionPolicy(factoryResetProtectionAccounts, in readFromXml()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...