Searched refs:otherFilter (Results 1 – 2 of 2) sorted by relevance
228 ContactListFilter otherFilter = (ContactListFilter) other; in equals() local229 return filterType == otherFilter.filterType in equals()230 && TextUtils.equals(accountName, otherFilter.accountName) in equals()231 && TextUtils.equals(accountType, otherFilter.accountType) in equals()232 && TextUtils.equals(dataSet, otherFilter.dataSet); in equals()
223 ContactListFilter otherFilter = (ContactListFilter) other; in equals() local224 if (filterType != otherFilter.filterType in equals()225 || !TextUtils.equals(accountName, otherFilter.accountName) in equals()226 || !TextUtils.equals(accountType, otherFilter.accountType) in equals()227 || !TextUtils.equals(dataSet, otherFilter.dataSet)) { in equals()