Searched refs:SETTINGS (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/dream/
H A DDreamSettingsTest.java45 private static final @WhenToDream int[] SETTINGS = { field in class:DreamSettingsTest
63 .isEqualTo(SETTINGS[i]);
72 for (int i = 0; i < SETTINGS.length; i++) {
73 assertThat(DreamSettings.getKeyFromSetting(SETTINGS[i]))
83 for (int i = 0; i < SETTINGS.length; i++) {
84 assertThat(DreamSettings.getDreamSettingDescriptionResId(SETTINGS[i]))
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
H A DOverviewAccessibilityDelegate.java38 private static final int SETTINGS = R.string.settings_button_text; field in class:OverviewAccessibilityDelegate
51 info.addAction(new AccessibilityAction(SETTINGS, context.getText(SETTINGS)));
66 } else if (action == SETTINGS) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DLegacyApiSupport.java115 private static final int SETTINGS = 44; field in class:LegacyApiSupport
197 public static final String SETTINGS = "v1_settings"; field in interface:LegacyApiSupport.LegacyTables
336 matcher.addURI(authority, "settings", SETTINGS);
740 db.execSQL("DROP TABLE IF EXISTS " + LegacyTables.SETTINGS + ";");
741 db.execSQL("CREATE TABLE " + LegacyTables.SETTINGS + " (" +
931 case SETTINGS: {
1231 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key});
1233 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?",
1236 long rowId = db.insert(LegacyTables.SETTINGS,
1249 " FROM " + Tables.SETTINGS
[all...]
H A DContactsDatabaseHelper.java161 public static final String SETTINGS = "settings"; field in interface:ContactsDatabaseHelper.Tables
215 + "LEFT OUTER JOIN " + Tables.SETTINGS + " ON ("
619 public static final String CONCRETE_ACCOUNT_NAME = Tables.SETTINGS + "."
621 public static final String CONCRETE_ACCOUNT_TYPE = Tables.SETTINGS + "."
623 public static final String CONCRETE_DATA_SET = Tables.SETTINGS + "."
1570 db.execSQL("CREATE TABLE IF NOT EXISTS " + Tables.SETTINGS + " (" +
3701 updateIndexStats(db, Tables.SETTINGS,
3707 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS,
3780 db.execSQL("DELETE FROM " + Tables.SETTINGS + ";");
H A DContactsProvider2.java388 public static final int SETTINGS = 9000; field in class:ContactsProvider2
1348 matcher.addURI(ContactsContract.AUTHORITY, "settings", SETTINGS);
2733 case SETTINGS: {
3345 final long id = db.insert(Tables.SETTINGS, null, values);
3775 case SETTINGS: {
3856 final int count = db.delete(Tables.SETTINGS, selection, selectionArgs);
4185 case SETTINGS: {
4479 final int count = db.update(Tables.SETTINGS, values, selection, selectionArgs);
5425 // Second, remove stale rows from Tables.SETTINGS and Tables.DIRECTORIES
5427 Tables.SETTINGS, Setting
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsDatabaseHelperUpgradeTest.java594 new TableListEntry(Tables.SETTINGS, SETTINGS_COLUMNS),
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java755 Logger.get(this).logScreenView(ScreenEvent.Type.SETTINGS, this);

Completed in 164 milliseconds