Searched defs:setSelection (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
H A DNotifyingSpinner.java48 public void setSelection(int position) { method in class:NotifyingSpinner
49 super.setSelection(position);
/packages/apps/Browser/src/com/android/browser/addbookmark/
H A DFolderSpinner.java59 * Call setSelection, without firing the callback
63 super.setSelection(position);
67 public void setSelection(int position) { method in class:FolderSpinner
70 super.setSelection(position);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiConfigController.java202 mIpSettingsSpinner.setSelection(STATIC_IP);
205 mIpSettingsSpinner.setSelection(DHCP);
214 mProxySettingsSpinner.setSelection(PROXY_STATIC);
217 mProxySettingsSpinner.setSelection(PROXY_NONE);
555 setSelection(mEapMethodSpinner, config.eap.value());
556 setSelection(mPhase2Spinner, config.phase2.value());
707 setSelection(spinner, cert.substring(prefix.length()));
711 private void setSelection(Spinner spinner, String value) { method in class:WifiConfigController
717 spinner.setSelection(i);

Completed in 1766 milliseconds