Searched defs:getAccounts (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/tests/mocks/
H A DMockAccountTypeManager.java57 public List<AccountWithDataSet> getAccounts(boolean writableOnly) { method in class:MockAccountTypeManager
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountsListAdapter.java66 mAccounts = getAccounts(accountListFilter);
76 private List<AccountWithDataSet> getAccounts(AccountListFilter accountListFilter) { method in class:AccountsListAdapter
80 return new ArrayList<AccountWithDataSet>(mAccountTypes.getAccounts(
/packages/apps/Browser/src/com/android/browser/
H A DGoogleAccountLogin.java223 Account[] accounts = getAccounts(activity);
248 private static Account[] getAccounts(Context ctx) { method in class:GoogleAccountLogin
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DSources.java249 public ArrayList<Account> getAccounts(boolean writableOnly) { method in class:Sources
251 final Account[] accounts = am.getAccounts();
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java100 public abstract List<AccountWithDataSet> getAccounts(boolean contactWritableOnly); method in class:AccountTypeManager
154 for (AccountWithDataSet account_2 : getAccounts(false)) {
470 Account[] accounts = mAccountManager.getAccounts();
566 public List<AccountWithDataSet> getAccounts(boolean contactWritableOnly) { method in class:AccountTypeManagerImpl
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java116 public Account[] getAccounts() { method in class:ContactsActor.MockAccountManager

Completed in 224 milliseconds