Searched defs:getPreviousPage (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DBidiViewPagerHelper.java43 public int getPreviousPage() { method in class:BidiViewPagerHelper
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DEditIpSettingsActivity.java145 mAdvancedWifiOptionsFlow.getPreviousPage(formPageType), null,
151 private FormPage getPreviousPage(WifiFormPageType formPageType) { method in class:EditIpSettingsActivity
152 return mAdvancedWifiOptionsFlow.getPreviousPage(formPageType);
H A DEditProxySettingsActivity.java150 mAdvancedWifiOptionsFlow.getPreviousPage(formPageType), null,
156 private FormPage getPreviousPage(WifiFormPageType formPageType) { method in class:EditProxySettingsActivity
157 return mAdvancedWifiOptionsFlow.getPreviousPage(formPageType);
H A DWifiConnectionActivity.java201 getPreviousPage(formPageType), null, formPageType != WifiFormPageType.SUCCESS,
207 private FormPage getPreviousPage(WifiFormPageType formPageType) { method in class:WifiConnectionActivity
215 .getPreviousPage(formPageType)
H A DAdvancedWifiOptionsFlow.java220 public FormPage getPreviousPage(WifiFormPageType formPageType) { method in class:AdvancedWifiOptionsFlow

Completed in 129 milliseconds