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

  /packages/apps/Settings/src/com/android/settings/wifi/
AccessPoint.java 105 boolean showSummary = true;
258 summaryView.setVisibility(showSummary ? View.VISIBLE : View.GONE);
420 * @param showSummary true will show the summary, false will hide the summary
422 public void setShowSummary(boolean showSummary){
423 this.showSummary = showSummary;
651 showSummary = false;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
WifiSetupActivity.java 119 boolean showSummary = getIntent().getBooleanExtra(EXTRA_SHOW_SUMMARY, false);
121 if (showSummary) {

Completed in 687 milliseconds