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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java1309 String SQL = field in interface:LegacyApiSupport.SettingsMatchQuery
1336 Cursor cursor = db.rawQuery(SettingsMatchQuery.SQL, null);
2009 // Effectively an empty IN clause - SQL syntax does not allow an actual empty list here
2018 // that would prevent the SQL optimizer from using the index on NORMALIZED_NAME.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java96 * SQL statement that sets the {@link ContactsColumns#LAST_STATUS_UPDATE_ID} column
386 String SQL = field in interface:ContactAggregator.AggregationQuery
422 sbQuery.append(AggregationQuery.SQL);

Completed in 71 milliseconds