Searched refs:IGNORE_NUMBER_TOO_LONG_CLAUSE (Results 1 – 2 of 2) sorted by relevance
46 private static final String IGNORE_NUMBER_TOO_LONG_CLAUSE = "length(" + Phone.NUMBER + ") < 1000"; field in DirectoryContactsCursorLoader59 IGNORE_NUMBER_TOO_LONG_CLAUSE + " AND " + PHONE_NUMBER_NOT_NULL, in DirectoryContactsCursorLoader()
155 private static final String IGNORE_NUMBER_TOO_LONG_CLAUSE = field in PhoneNumberListAdapter249 newSelection = prevSelection + " AND " + IGNORE_NUMBER_TOO_LONG_CLAUSE; in configureLoader()251 newSelection = IGNORE_NUMBER_TOO_LONG_CLAUSE; in configureLoader()