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() 959 case SETTINGS: { in update() 1296 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key}); in updateSetting() 1298 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?", in updateSetting() 1301 long rowId = db.insert(LegacyTables.SETTINGS, in updateSetting() 1314 " FROM " + Tables.SETTINGS + " LEFT OUTER JOIN " + LegacyTables.SETTINGS + [all …]
|
D | ContactsDatabaseHelper.java | 126 public static final String SETTINGS = "settings"; field 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 + "." 1204 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.SETTINGS + " (" + in onCreate() 1920 db.execSQL("DROP TABLE IF EXISTS " + Tables.SETTINGS + ";"); in onUpgrade() 3923 updateIndexStats(db, Tables.SETTINGS, in updateSqliteStats() 3929 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS, in updateSqliteStats() 3996 db.execSQL("DELETE FROM " + Tables.SETTINGS + ";"); in wipeData()
|
D | ContactsProvider2.java | 317 private static final int SETTINGS = 9000; field in ContactsProvider2 1166 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS); in matcher.addURI() argument 2335 case SETTINGS: { in insertInTransaction() 2979 final long id = mActiveDb.get().insert(Tables.SETTINGS, null, values); in insertSettings() 3407 case SETTINGS: { in deleteInTransaction() 3490 final int count = mActiveDb.get().delete(Tables.SETTINGS, selection, selectionArgs); in deleteSettings() 3797 case SETTINGS: { in updateInTransaction() 4071 final int count = mActiveDb.get().update(Tables.SETTINGS, values, selection, selectionArgs); in updateSettings() 4615 removeStaleAccountRows(Tables.SETTINGS, Settings.ACCOUNT_NAME, Settings.ACCOUNT_TYPE, in updateAccountsInBackground() 5833 case SETTINGS: { in queryLocal() [all …]
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | Tags.java | 47 public static final int SETTINGS = 0x12; field in Tags 505 public static final int SETTINGS_PAGE = SETTINGS << PAGE_SHIFT;
|
/packages/apps/Browser/src/com/android/browser/provider/ |
D | BrowserProvider2.java | 173 static final int SETTINGS = 8000; field in BrowserProvider2 225 matcher.addURI(authority, "settings", SETTINGS); in matcher.addURI() argument 1098 case SETTINGS: { in query() 1471 case SETTINGS: { in insertInTransaction()
|