Searched refs:TABLE_SECURE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java69 private static final String TABLE_SECURE = "secure"; field in class:SettingsProvider
163 if (TABLE_SYSTEM.equals(this.table) || TABLE_SECURE.equals(this.table) ||
169 if (TABLE_SYSTEM.equals(this.table) || TABLE_SECURE.equals(this.table)) {
210 TABLE_SECURE.equals(table) ||
237 } else if (table.equals(TABLE_SECURE)) {
278 if ((TABLE_SECURE.equals(args.table) || TABLE_GLOBAL.equals(args.table)) &&
385 sSecureCaches.append(userHandle, new SettingsCache(TABLE_SECURE));
438 fullyPopulateCache(dbHelper, TABLE_SECURE, sSecureCaches.get(userHandle));
553 if (TABLE_SECURE.equals(tableName)) {
610 return lookupValue(dbHelper, TABLE_SECURE, cach
[all...]
H A DDatabaseHelper.java83 private static final String TABLE_SECURE = "secure"; field in class:DatabaseHelper
88 mValidTables.add(TABLE_SECURE);
323 moveSettingsToNewTable(db, TABLE_SYSTEM, TABLE_SECURE, settingsToMove, false);
689 moveSettingsToNewTable(db, TABLE_SYSTEM, TABLE_SECURE, settingsToMove, false);
739 moveSettingsToNewTable(db, TABLE_SYSTEM, TABLE_SECURE, settingsToMove, false);
1065 c = db.query(TABLE_SECURE, new String[] {"_id", "value"},
1141 final boolean accessibilityEnabled = getIntValueFromTable(db, TABLE_SECURE,
1143 final boolean touchExplorationEnabled = getIntValueFromTable(db, TABLE_SECURE,
1146 String enabledServices = getStringValueFromTable(db, TABLE_SECURE,
1148 String touchExplorationGrantedServices = getStringValueFromTable(db, TABLE_SECURE,
[all...]

Completed in 162 milliseconds