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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java130 public static final String PROPERTIES = "properties"; field in interface:ContactsDatabaseHelper.Tables
1240 db.execSQL("CREATE TABLE " + Tables.PROPERTIES + " (" +
4328 * Returns the value from the {@link Tables#PROPERTIES} table.
4331 Cursor cursor = getReadableDatabase().query(Tables.PROPERTIES,
4348 * Stores a key-value pair in the {@link Tables#PROPERTIES} table.
4358 db.replace(Tables.PROPERTIES, null, values);

Completed in 98 milliseconds