Home | History | Annotate | Download | only in ui

Lines Matching defs:allAccounts

391                 public void onChanged(Account[] allAccounts) {
1348 final Account[] allAccounts = getAllAccounts();
1349 final List<DrawerItem> accountList = new ArrayList<>(allAccounts.length);
1352 for (final Account account : allAccounts) {