Searched refs:accIt (Results 1 – 1 of 1) sorted by relevance
1110 Iterator<AccountInfo> accIt = mAccounts.values().iterator(); in removeStaleAccounts() local1111 while (accIt.hasNext()) { in removeStaleAccounts()1112 AccountInfo acc = accIt.next(); in removeStaleAccounts()1125 accIt.remove(); in removeStaleAccounts()