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.java88 private final Set<String> accountTypesWithManagementDisabled = new HashSet<>(); field in ShadowDevicePolicyManager
392 accountTypesWithManagementDisabled.add(accountType); in setAccountManagementDisabled()
394 accountTypesWithManagementDisabled.remove(accountType); in setAccountManagementDisabled()
400 return accountTypesWithManagementDisabled.toArray(new String[0]); in getAccountTypesWithManagementDisabled()