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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactDirectoryManager.java137 Cursor cursor = db.query(Tables.DIRECTORIES,
288 int deletedRows = db.delete(Tables.DIRECTORIES, deleteWhereBuilder.toString(),
306 db.replace(Tables.DIRECTORIES, null, values);
320 db.replace(Tables.DIRECTORIES, null, values);
379 db.delete(Tables.DIRECTORIES, sb.toString(), new String[] { packageInfo.packageName });
490 Cursor cursor = db.query(Tables.DIRECTORIES, new String[] { Directory._ID },
500 db.update(Tables.DIRECTORIES, values, Directory._ID + "=?",
503 id = db.insert(Tables.DIRECTORIES, null, values);
H A DContactsProvider2.java332 private static final int DIRECTORIES = 17001; field in class:ContactsProvider2
1193 matcher.addURI(ContactsContract.AUTHORITY, "directories", DIRECTORIES);
4044 case DIRECTORIES: {
4644 "DELETE FROM " + Tables.DIRECTORIES +
4946 Cursor cursor = db.query(Tables.DIRECTORIES,
5916 case DIRECTORIES : {
5917 qb.setTables(Tables.DIRECTORIES);
5924 qb.setTables(Tables.DIRECTORIES);
7486 case DIRECTORIES:
7551 case DIRECTORIES
[all...]
H A DContactsDatabaseHelper.java133 public static final String DIRECTORIES = "directories"; field in interface:ContactsDatabaseHelper.Tables
148 DIRECTORIES
1308 db.execSQL("CREATE TABLE " + Tables.DIRECTORIES + "(" +
3684 updateIndexStats(db, Tables.DIRECTORIES,
3767 db.execSQL("DELETE FROM " + Tables.DIRECTORIES + ";");

Completed in 74 milliseconds