HomeSort by relevance Sort by last modified time
    Searched refs:setGlobalIntSetting (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 461 mHelper.setGlobalIntSetting(Settings.Global.STAY_ON_WHILE_PLUGGED_IN, enable);
469 mHelper.setGlobalIntSetting(Settings.Global.ADB_ENABLED, enable);
475 mHelper.setGlobalIntSetting(Settings.Global.WAIT_FOR_DEBUGGER, enable);
478 mHelper.setGlobalIntSetting(Settings.Global.PACKAGE_VERIFIER_INCLUDE_ADB, enable);
504 mHelper.setGlobalIntSetting(Settings.Global.SHOW_PROCESSES, enable);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
SettingsHelper.java 191 public void setGlobalIntSetting(String setting, boolean value) {

Completed in 470 milliseconds