Home | History | Annotate | Download | only in list

Lines Matching defs:FILTER_TYPE_ACCOUNT

49     public static final int FILTER_TYPE_ACCOUNT = 0;
86 return new ContactListFilter(ContactListFilter.FILTER_TYPE_ACCOUNT, accountType,
132 case FILTER_TYPE_ACCOUNT:
147 return filterType == FILTER_TYPE_ACCOUNT;
165 case FILTER_TYPE_ACCOUNT:
329 * @throws IllegalStateException if the filter type is not {@link #FILTER_TYPE_ACCOUNT} or
333 if (filterType != FILTER_TYPE_ACCOUNT
336 "filterType must be FILTER_TYPE_ACCOUNT or FILER_TYPE_GROUP_MEMBERS");
350 if (filterType == FILTER_TYPE_ACCOUNT || filterType == FILTER_TYPE_DEVICE_CONTACTS) {
361 if (filterType == FILTER_TYPE_ACCOUNT) {
384 case FILTER_TYPE_ACCOUNT:
385 return "FILTER_TYPE_ACCOUNT";
396 return isGoogleAccountType() && filterType == FILTER_TYPE_ACCOUNT;
428 return (isGoogleAccountType() && filterType == ContactListFilter.FILTER_TYPE_ACCOUNT)
440 if (isGoogleAccountType() && filterType == ContactListFilter.FILTER_TYPE_ACCOUNT) {