Searched refs:SETTINGS (Results 1 – 5 of 5) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 119 private static final int SETTINGS = 44; field in LegacyApiSupport 219 public static final String SETTINGS = "v1_settings"; field 358 matcher.addURI(authority, "settings", SETTINGS); in matcher.addURI() argument 769 db.execSQL("DROP TABLE IF EXISTS " + LegacyTables.SETTINGS + ";"); in createSettingsTable() 770 db.execSQL("CREATE TABLE " + LegacyTables.SETTINGS + " (" + in createSettingsTable() 960 case SETTINGS: { in update() 1294 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key}); in updateSetting() 1296 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?", in updateSetting() 1299 long rowId = db.insert(LegacyTables.SETTINGS, in updateSetting() 1312 " FROM " + Tables.SETTINGS + " LEFT OUTER JOIN " + LegacyTables.SETTINGS + [all …]
|
D | ContactsDatabaseHelper.java | 136 public static final String SETTINGS = "settings"; field 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 + " (" + in onCreate() 2214 db.execSQL("DROP TABLE IF EXISTS " + Tables.SETTINGS + ";"); in onUpgrade() 4421 updateIndexStats(db, Tables.SETTINGS, in updateSqliteStats() 4427 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS, in updateSqliteStats() 4493 db.execSQL("DELETE FROM " + Tables.SETTINGS + ";"); in wipeData()
|
D | ContactsProvider2.java | 353 private static final int SETTINGS = 9000; field in ContactsProvider2 1249 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS); in matcher.addURI() argument 2547 case SETTINGS: { in insertInTransaction() 3170 final long id = db.insert(Tables.SETTINGS, null, values); in insertSettings() 3599 case SETTINGS: { in deleteInTransaction() 3680 final int count = db.delete(Tables.SETTINGS, selection, selectionArgs); in deleteSettings() 4002 case SETTINGS: { in updateInTransaction() 4281 final int count = db.update(Tables.SETTINGS, values, selection, selectionArgs); in updateSettings() 4925 Tables.SETTINGS, Settings.ACCOUNT_NAME, Settings.ACCOUNT_TYPE, systemAccounts); in updateAccountsInBackground() 6331 case SETTINGS: { in queryLocal() [all …]
|
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
D | Tags.java | 49 public static final int SETTINGS = 0x12; field in Tags 590 public static final int SETTINGS_PAGE = SETTINGS << PAGE_SHIFT;
|
/packages/apps/Browser/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 175 static final int SETTINGS = 8000; field in BrowserProvider2 227 matcher.addURI(authority, "settings", SETTINGS); in matcher.addURI() argument 1100 case SETTINGS: { in query() 1523 case SETTINGS: { in insertInTransaction()
|