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

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DeveloperOptionsActivity.java 534 return mHelper.getGlobalIntSettingToInt(Settings.Global.STAY_ON_WHILE_PLUGGED_IN) ==
539 return mHelper.getGlobalIntSettingToInt(Settings.Global.ADB_ENABLED) == 1;
544 return mHelper.getGlobalIntSettingToInt(Settings.Global.WAIT_FOR_DEBUGGER) == 1;
546 return mHelper.getGlobalIntSettingToInt(
565 return mHelper.getGlobalIntSettingToInt(Settings.Global.SHOW_PROCESSES) == 1;
569 return mHelper.getGlobalIntSettingToInt(Settings.Global.ALWAYS_FINISH_ACTIVITIES) ==
658 mHelper.getGlobalIntSettingToInt(Settings.Global.WAIT_FOR_DEBUGGER) > 0 ? true
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
SettingsHelper.java 177 public int getGlobalIntSettingToInt(String setting) {

Completed in 61 milliseconds