Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java74 private static final Map<String, Map<Account, Status>> syncableAccounts = new HashMap<>(); field in ShadowContentResolver
82 syncableAccounts.clear(); in reset()
676 Map<Account, Status> map = syncableAccounts.get(authority);
679 syncableAccounts.put(authority, map);