Home
last modified time | relevance | path

Searched refs:WifiFormPageType (Results 1 – 8 of 8) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DWifiSetupActivity.java47 import com.android.tv.settings.connectivity.WifiFormPageType;
113 mNetworkListFragment.update(WifiFormPageType.CHOOSE_NETWORK.getChoices( in onCreate()
142 addPage(WifiFormPageType.CHOOSE_NETWORK); in onCreate()
224 public void addPage(WifiFormPageType formPageType) { in addPage()
237 protected boolean onPageComplete(WifiFormPageType formPageType, FormPage formPage) { in onPageComplete()
246 addPage(WifiFormPageType.CHOOSE_NETWORK); in onPageComplete()
268 addPage(WifiFormPageType.CHOOSE_SECURITY); in onPageComplete()
285 addPage(WifiFormPageType.ENTER_PASSWORD); in onPageComplete()
297 addPage(WifiFormPageType.CONNECT_REJECTED_BY_AP); in onPageComplete()
300 addPage(WifiFormPageType.CONNECT_FAILED); in onPageComplete()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DAdvancedWifiOptionsFlow.java43 void addPage(WifiFormPageType formPageType); in addPage()
96 public WifiFormPageType getInitialPage() { in getInitialPage()
97 return (mAskFirst) ? WifiFormPageType.ADVANCED_OPTIONS : WifiFormPageType.PROXY_SETTINGS; in getInitialPage()
100 public WifiFormPageType getInitialProxySettingsPage() { in getInitialProxySettingsPage()
101 return WifiFormPageType.PROXY_SETTINGS; in getInitialProxySettingsPage()
104 public WifiFormPageType getInitialIpSettingsPage() { in getInitialIpSettingsPage()
105 return WifiFormPageType.IP_SETTINGS; in getInitialIpSettingsPage()
115 public int handlePageComplete(WifiFormPageType formPageType, FormPage formPage) { in handlePageComplete()
125 mPageHandler.addPage(WifiFormPageType.PROXY_SETTINGS); in handlePageComplete()
135 mPageHandler.addPage(WifiFormPageType.IP_SETTINGS); in handlePageComplete()
[all …]
DAddWifiNetworkActivity.java46 addPage(WifiFormPageType.ENTER_SSID); in onCreate()
65 protected boolean onPageComplete(WifiFormPageType formPageType, FormPage formPage) { in onPageComplete()
72 addPage(WifiFormPageType.CHOOSE_SECURITY); in onPageComplete()
89 addPage(WifiFormPageType.ENTER_PASSWORD); in onPageComplete()
102 addPage(WifiFormPageType.CONNECT_REJECTED_BY_AP); in onPageComplete()
105 addPage(WifiFormPageType.CONNECT_FAILED); in onPageComplete()
108 addPage(WifiFormPageType.CONNECT_TIMEOUT); in onPageComplete()
111 addPage(WifiFormPageType.CONNECT_AUTHENTICATION_FAILURE); in onPageComplete()
114 addPage(WifiFormPageType.SUCCESS); in onPageComplete()
135 addPage(WifiFormPageType.ENTER_SSID); in onPageComplete()
[all …]
DWifiConnectionActivity.java74 addPage(WifiFormPageType.KNOWN_NETWORK); in onCreate()
96 protected boolean onPageComplete(WifiFormPageType formPageType, FormPage formPage) { in onPageComplete()
117 addPage(WifiFormPageType.CONNECT_REJECTED_BY_AP); in onPageComplete()
120 addPage(WifiFormPageType.CONNECT_FAILED); in onPageComplete()
123 addPage(WifiFormPageType.CONNECT_TIMEOUT); in onPageComplete()
127 addPage(WifiFormPageType.CONNECT_AUTHENTICATION_FAILURE); in onPageComplete()
131 addPage(WifiFormPageType.SUCCESS); in onPageComplete()
154 addPage(WifiFormPageType.ENTER_PASSWORD); in onPageComplete()
180 WifiFormPageType formPageType = getFormPageType(formPage); in displayPage()
181 if (formPageType == WifiFormPageType.CONNECT) { in displayPage()
[all …]
DEditIpSettingsActivity.java88 addPage(WifiFormPageType.SAVE_FAILED); in addResultWifiFormPage()
91 addPage(WifiFormPageType.SAVE_SUCCESS); in addResultWifiFormPage()
99 protected boolean onPageComplete(WifiFormPageType formPageType, FormPage formPage) { in onPageComplete()
120 WifiFormPageType formPageType = getFormPageType(formPage); in displayPage()
121 if (formPageType == WifiFormPageType.SAVE) { in displayPage()
127 } else if (formPageType == WifiFormPageType.SAVE_SUCCESS) { in displayPage()
135 formPageType != WifiFormPageType.SAVE_SUCCESS, formPage, listener, forward, in displayPage()
140 private FormPage getPreviousPage(WifiFormPageType formPageType) { in getPreviousPage()
146 addPage(WifiFormPageType.SAVE); in save()
DEditProxySettingsActivity.java86 protected boolean onPageComplete(WifiFormPageType formPageType, FormPage formPage) { in onPageComplete()
92 addPage(WifiFormPageType.SAVE_FAILED); in onPageComplete()
95 addPage(WifiFormPageType.SAVE_SUCCESS); in onPageComplete()
125 WifiFormPageType formPageType = getFormPageType(formPage); in displayPage()
126 if (formPageType == WifiFormPageType.SAVE) { in displayPage()
132 } else if (formPageType == WifiFormPageType.SAVE_SUCCESS) { in displayPage()
140 formPageType != WifiFormPageType.SAVE_SUCCESS, formPage, listener, forward, in displayPage()
145 private FormPage getPreviousPage(WifiFormPageType formPageType) { in getPreviousPage()
151 addPage(WifiFormPageType.SAVE); in save()
DWifiMultiPagedFormActivity.java49 protected abstract boolean onPageComplete(WifiFormPageType formPageType, FormPage formPage); in onPageComplete()
81 public void addPage(WifiFormPageType formPageType) { in addPage()
113 WifiFormPageType formPageType = getFormPageType(formPage); in onPageComplete()
161 protected WifiFormPageType getFormPageType(FormPage formPage) { in getFormPageType()
162 return WifiFormPageType.valueOf(formPage.getTitle()); in getFormPageType()
165 protected void addPage(WifiFormPageType formPageType, Intent intent) { in addPage()
DWifiFormPageType.java32 public enum WifiFormPageType implements FormPageDisplayer.FormPageInfo { enum
122 WifiFormPageType(int displayType, int titleResource, int descriptionResource) { in WifiFormPageType() method in WifiFormPageType
127 WifiFormPageType(int displayType, int titleResource, int descriptionResource, in WifiFormPageType() method in WifiFormPageType
132 WifiFormPageType(int displayType, int titleResource, int descriptionResource, in WifiFormPageType() method in WifiFormPageType
143 WifiFormPageType(int displayType, int titleResource, int descriptionResource, in WifiFormPageType() method in WifiFormPageType
148 WifiFormPageType(int displayType, int titleResource, int descriptionResource, in WifiFormPageType() method in WifiFormPageType