Searched refs:TIME_SINCE_LAST_CONTACTED (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java88 private static final String TIME_SINCE_LAST_CONTACTED = field in class:GlobalSearchSupport
97 + "(CASE WHEN " + TIME_SINCE_LAST_CONTACTED + " < " + CURRENT_CONTACTS + " THEN 0 "
98 + " WHEN " + TIME_SINCE_LAST_CONTACTED + " < " + RECENT_CONTACTS + " THEN 1 "
105 TIME_SINCE_LAST_CONTACTED + " < " + RECENT_CONTACTS;

Completed in 76 milliseconds