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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java119 private static final int SETTINGS = 44; field in class:LegacyApiSupport
219 public static final String SETTINGS = "v1_settings"; field in interface:LegacyApiSupport.LegacyTables
358 matcher.addURI(authority, "settings", SETTINGS);
769 db.execSQL("DROP TABLE IF EXISTS " + LegacyTables.SETTINGS + ";");
770 db.execSQL("CREATE TABLE " + LegacyTables.SETTINGS + " (" +
959 case SETTINGS: {
1296 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key});
1298 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?",
1301 long rowId = db.insert(LegacyTables.SETTINGS,
1314 " FROM " + Tables.SETTINGS
[all...]
H A DContactsDatabaseHelper.java126 public static final String SETTINGS = "settings"; field in interface:ContactsDatabaseHelper.Tables
182 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
535 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
537 public static final String CONCRETE_ACCOUNT_TYPE = Tables.SETTINGS + "."
539 public static final String CONCRETE_DATA_SET = Tables.SETTINGS + "."
1208 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.SETTINGS + " (" +
1931 db.execSQL("DROP TABLE IF EXISTS " + Tables.SETTINGS + ";");
3989 updateIndexStats(db, Tables.SETTINGS,
3995 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS,
4062 db.execSQL("DELETE FROM " + Tables.SETTINGS
[all...]
H A DContactsProvider2.java317 private static final int SETTINGS = 9000; field in class:ContactsProvider2
1166 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS);
2356 case SETTINGS: {
3018 final long id = db.insert(Tables.SETTINGS, null, values);
3445 case SETTINGS: {
3530 final int count = db.delete(Tables.SETTINGS, selection, selectionArgs);
3845 case SETTINGS: {
4125 final int count = db.update(Tables.SETTINGS, values, selection, selectionArgs);
4673 // Second, remove stale rows from Tables.SETTINGS and Tables.DIRECTORIES
4674 removeStaleAccountRows(Tables.SETTINGS, Setting
[all...]
/packages/apps/Exchange/exchange2/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.java173 static final int SETTINGS = 8000; field in class:BrowserProvider2
225 matcher.addURI(authority, "settings", SETTINGS);
1098 case SETTINGS: {
1471 case SETTINGS: {

Completed in 98 milliseconds