Home | History | Annotate | Download | only in list

Lines Matching defs:FILTER_TYPE_ACCOUNT

37   public static final int FILTER_TYPE_ACCOUNT = 0;
89 ContactListFilter.FILTER_TYPE_ACCOUNT, accountType, accountName, dataSet, icon);
153 case FILTER_TYPE_ACCOUNT:
154 return "FILTER_TYPE_ACCOUNT";
162 return filterType == FILTER_TYPE_ACCOUNT;
180 case FILTER_TYPE_ACCOUNT:
271 * @throws IllegalStateException if the filter type is not {@link #FILTER_TYPE_ACCOUNT}.
274 if (filterType != FILTER_TYPE_ACCOUNT) {
275 throw new IllegalStateException("filterType must be FILTER_TYPE_ACCOUNT");
288 if (filterType == FILTER_TYPE_ACCOUNT) {