Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DFactoryResetProtectionPolicy.java71 private FactoryResetProtectionPolicy(List<String> factoryResetProtectionAccounts, in FactoryResetProtectionPolicy() argument
73 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() local
222 factoryResetProtectionAccounts.add( in readFromXml()
226 return new FactoryResetProtectionPolicy(factoryResetProtectionAccounts, in readFromXml()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...