Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DSelectAccountDialogFragment.java53 private AccountTypeManager.AccountFilter mFilter;
65 AccountTypeManager.AccountFilter filter, Bundle extraArgs) { in show()
70 AccountTypeManager.AccountFilter filter, Bundle extraArgs, String tag) { in show()
85 mFilter = (AccountTypeManager.AccountFilter) args.getSerializable(KEY_LIST_FILTER); in onCreate()
87 mFilter = AccountTypeManager.AccountFilter.ALL; in onCreate()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java85 public enum AccountFilter implements Predicate<AccountInfo> { enum in AccountTypeManager
191 Futures.getUnchecked(filterAccountsAsync(AccountFilter.CONTACTS_WRITABLE))); in blockForWritableAccounts()
327 return AccountFilter.CONTACTS_WRITABLE;
331 return AccountFilter.GROUPS_WRITABLE;
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerFragment.java222 AccountTypeManager.AccountFilter.GROUPS_WRITABLE); in loadGroupsAndFilters()
/packages/apps/Contacts/src/com/android/contacts/activities/
DPeopleActivity.java1130 .filterAccountsAsync(AccountTypeManager.AccountFilter.GROUPS_WRITABLE)); in selectAccountForNewGroup()
1143 AccountTypeManager.AccountFilter.GROUPS_WRITABLE, /* extraArgs */ null, in selectAccountForNewGroup()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportDialogFragment.java280 AccountTypeManager.AccountFilter.CONTACTS_WRITABLE, args); in handleImportRequest()