Home | History | Annotate | Download | only in setup

Lines Matching refs:title

81             String title = getString(R.string.title_wifi_proxy_settings);
83 title,
104 .title(R.string.wifi_action_proxy_none)
108 .title(R.string.wifi_action_proxy_manual)
116 CharSequence title = null;
118 title = mAdvancedOptionsFlowInfo.get(AdvancedOptionsFlowInfo.PROXY_SETTINGS);
120 title = getString(R.string.wifi_action_proxy_manual);
122 moveToPosition(title);
125 private void moveToPosition(CharSequence title) {
126 if (title == null) return;
128 if (TextUtils.equals(getActions().get(i).getTitle(), title)) {