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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java118 private static final int SETTINGS = 44; field in class:LegacyApiSupport
216 public static final String SETTINGS = "v1_settings"; field in interface:LegacyApiSupport.LegacyTables
355 matcher.addURI(authority, "settings", SETTINGS);
766 db.execSQL("DROP TABLE IF EXISTS " + LegacyTables.SETTINGS + ";");
767 db.execSQL("CREATE TABLE " + LegacyTables.SETTINGS + " (" +
956 case SETTINGS: {
1293 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key});
1295 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?",
1298 long rowId = db.insert(LegacyTables.SETTINGS,
1311 " FROM " + Tables.SETTINGS
[all...]
H A DContactsDatabaseHelper.java122 public static final String SETTINGS = "settings"; field in interface:ContactsDatabaseHelper.Tables
506 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
508 public static final String CONCRETE_ACCOUNT_TYPE = Tables.SETTINGS + "."
510 public static final String CONCRETE_DATA_SET = Tables.SETTINGS + "."
1158 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.SETTINGS + " (" +
1885 db.execSQL("DROP TABLE IF EXISTS " + Tables.SETTINGS + ";");
3680 updateIndexStats(db, Tables.SETTINGS,
3686 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS,
3764 db.execSQL("DELETE FROM " + Tables.SETTINGS + ";");
H A DContactsProvider2.java314 private static final int SETTINGS = 9000; field in class:ContactsProvider2
1179 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS);
2448 case SETTINGS: {
3201 final long id = mActiveDb.get().insert(Tables.SETTINGS, null, values);
3613 case SETTINGS: {
3696 final int count = mActiveDb.get().delete(Tables.SETTINGS, selection, selectionArgs);
3989 case SETTINGS: {
4218 final int count = mActiveDb.get().update(Tables.SETTINGS, values, selection, selectionArgs);
4634 "DELETE FROM " + Tables.SETTINGS +
5850 case SETTINGS
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DTags.java47 public static final int SETTINGS = 0x12; field in class:Tags
505 public static final int SETTINGS_PAGE = SETTINGS << PAGE_SHIFT;
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java176 static final int SETTINGS = 8000; field in class:BrowserProvider2
228 matcher.addURI(authority, "settings", SETTINGS);
1088 case SETTINGS: {
1461 case SETTINGS: {

Completed in 134 milliseconds