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

/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java175 static final int SETTINGS = 8000; field in class:BrowserProvider2
227 matcher.addURI(authority, "settings", SETTINGS);
1100 case SETTINGS: {
1523 case SETTINGS: {
/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 + " (" +
960 case SETTINGS: {
1294 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key});
1296 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?",
1299 long rowId = db.insert(LegacyTables.SETTINGS,
1312 " FROM " + Tables.SETTINGS
[all...]
H A DContactsDatabaseHelper.java136 public static final String SETTINGS = "settings"; field in interface:ContactsDatabaseHelper.Tables
191 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
568 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
570 public static final String CONCRETE_ACCOUNT_TYPE = Tables.SETTINGS + "."
572 public static final String CONCRETE_DATA_SET = Tables.SETTINGS + "."
1451 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.SETTINGS + " (" +
2214 db.execSQL("DROP TABLE IF EXISTS " + Tables.SETTINGS + ";");
4421 updateIndexStats(db, Tables.SETTINGS,
4427 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS,
4493 db.execSQL("DELETE FROM " + Tables.SETTINGS
[all...]
H A DContactsProvider2.java353 private static final int SETTINGS = 9000; field in class:ContactsProvider2
1249 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS);
2547 case SETTINGS: {
3170 final long id = db.insert(Tables.SETTINGS, null, values);
3599 case SETTINGS: {
3680 final int count = db.delete(Tables.SETTINGS, selection, selectionArgs);
4002 case SETTINGS: {
4281 final int count = db.update(Tables.SETTINGS, values, selection, selectionArgs);
4923 // Second, remove stale rows from Tables.SETTINGS and Tables.DIRECTORIES
4925 Tables.SETTINGS, Setting
[all...]
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DTags.java49 public static final int SETTINGS = 0x12; field in class:Tags
590 public static final int SETTINGS_PAGE = SETTINGS << PAGE_SHIFT;

Completed in 870 milliseconds