HomeSort by relevance Sort by last modified time
    Searched refs:AccountFilter (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
SelectAccountDialogFragment.java 53 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/
AccountTypeManager.java 84 public enum AccountFilter implements Predicate<AccountInfo> {
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/
DrawerFragment.java 216 AccountTypeManager.AccountFilter.GROUPS_WRITABLE);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ImportDialogFragment.java 274 AccountTypeManager.AccountFilter.CONTACTS_WRITABLE, args);
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java     [all...]

Completed in 1147 milliseconds