HomeSort by relevance Sort by last modified time
    Searched full:syncableaccounts (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 32 private static final Map<String, Map<Account, Status>> syncableAccounts =
38 syncableAccounts.clear();
269 Map<Account, Status> map = syncableAccounts.get(authority);
272 syncableAccounts.put(authority, map);

Completed in 44 milliseconds