OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextInputWizardFragment
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
WifiFormPageType.java
21
import com.android.tv.settings.connectivity.setup.
TextInputWizardFragment
;
37
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS),
76
R.string.proxy_hostname_description,
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS,
79
R.string.proxy_port_description,
TextInputWizardFragment
.INPUT_TYPE_NUMERIC,
83
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS,
88
R.string.wifi_ip_address_description,
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS,
91
R.string.wifi_gateway_description,
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS,
96
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS,
99
R.string.wifi_dns1_description,
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS,
102
R.string.wifi_dns2_description,
TextInputWizardFragment
.INPUT_TYPE_NO_SUGGESTIONS
[
all
...]
FormPageDisplayer.java
31
import com.android.tv.settings.connectivity.setup.
TextInputWizardFragment
;
41
implements
TextInputWizardFragment
.Listener, SelectFromListWizardFragment.Listener,
95
private
TextInputWizardFragment
.Listener mTextInputWizardFragmentListener;
218
Fragment fragment =
TextInputWizardFragment
.newInstance(
225
mTextInputWizardFragmentListener = new
TextInputWizardFragment
.Listener() {
WifiMultiPagedFormActivity.java
30
import com.android.tv.settings.connectivity.setup.
TextInputWizardFragment
;
42
implements
TextInputWizardFragment
.Listener, SelectFromListWizardFragment.Listener,
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
TextInputWizardFragment.java
41
public class
TextInputWizardFragment
extends Fragment {
69
public static
TextInputWizardFragment
newInstance(
71
TextInputWizardFragment
fragment = new
TextInputWizardFragment
();
Completed in 43 milliseconds