Home | History | Annotate | Download | only in list

Lines Matching refs:FILTER_TYPE_ACCOUNT

39     public static final int FILTER_TYPE_ACCOUNT = 0;
76 return new ContactListFilter(ContactListFilter.FILTER_TYPE_ACCOUNT, accountType,
84 return filterType == FILTER_TYPE_ACCOUNT;
102 case FILTER_TYPE_ACCOUNT:
260 * @throws IllegalStateException if the filter type is not {@link #FILTER_TYPE_ACCOUNT}.
263 if (filterType != FILTER_TYPE_ACCOUNT) {
264 throw new IllegalStateException("filterType must be FILTER_TYPE_ACCOUNT");
277 if (filterType == FILTER_TYPE_ACCOUNT) {
300 case FILTER_TYPE_ACCOUNT:
301 return "FILTER_TYPE_ACCOUNT";