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

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java94 private static final String TABLE_SECURE = "secure"; field in class:DatabaseHelper
99 mValidTables.add(TABLE_SECURE);
379 moveSettingsToNewTable(db, TABLE_SYSTEM, TABLE_SECURE, settingsToMove, false);
745 moveSettingsToNewTable(db, TABLE_SYSTEM, TABLE_SECURE, settingsToMove, false);
795 moveSettingsToNewTable(db, TABLE_SYSTEM, TABLE_SECURE, settingsToMove, false);
1121 c = db.query(TABLE_SECURE, new String[] {"_id", "value"},
1197 final boolean accessibilityEnabled = getIntValueFromTable(db, TABLE_SECURE,
1199 final boolean touchExplorationEnabled = getIntValueFromTable(db, TABLE_SECURE,
1202 String enabledServices = getStringValueFromTable(db, TABLE_SECURE,
1204 String touchExplorationGrantedServices = getStringValueFromTable(db, TABLE_SECURE,
[all...]
H A DSettingsProvider.java122 private static final String TABLE_SECURE = "secure"; field in class:SettingsProvider
341 case TABLE_SECURE: {
394 case TABLE_SECURE: {
455 case TABLE_SECURE: {
496 case TABLE_SECURE: {
1595 table = TABLE_SECURE;
1607 table = TABLE_SECURE;
1858 migrateLegacySettingsLocked(secureSettings, database, TABLE_SECURE);

Completed in 58 milliseconds