Searched refs:AccountFilter (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DSelectAccountDialogFragment.java53 private AccountTypeManager.AccountFilter mFilter;
65 AccountTypeManager.AccountFilter filter, Bundle extraArgs) {
70 AccountTypeManager.AccountFilter filter, Bundle extraArgs, String tag) {
85 mFilter = (AccountTypeManager.AccountFilter) args.getSerializable(KEY_LIST_FILTER);
87 mFilter = AccountTypeManager.AccountFilter.ALL;
/packages/apps/Contacts/src/com/android/contacts/model/
H A DAccountTypeManager.java84 public enum AccountFilter implements Predicate<AccountInfo> { enum in class:AccountTypeManager
190 Futures.getUnchecked(filterAccountsAsync(AccountFilter.CONTACTS_WRITABLE)));
326 return AccountFilter.CONTACTS_WRITABLE;
330 return AccountFilter.GROUPS_WRITABLE;
/packages/apps/Contacts/src/com/android/contacts/drawer/
H A DDrawerFragment.java222 AccountTypeManager.AccountFilter.GROUPS_WRITABLE);
/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DImportDialogFragment.java280 AccountTypeManager.AccountFilter.CONTACTS_WRITABLE, args);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DPeopleActivity.java1130 .filterAccountsAsync(AccountTypeManager.AccountFilter.GROUPS_WRITABLE));
1143 AccountTypeManager.AccountFilter.GROUPS_WRITABLE, /* extraArgs */ null,

Completed in 155 milliseconds