Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDevicePolicyManager.java86 private final Set<String> accountTypesWithManagementDisabled = new HashSet<>(); field in ShadowDevicePolicyManager
389 accountTypesWithManagementDisabled.add(accountType); in setAccountManagementDisabled()
391 accountTypesWithManagementDisabled.remove(accountType); in setAccountManagementDisabled()
397 return accountTypesWithManagementDisabled.toArray(new String[0]); in getAccountTypesWithManagementDisabled()