OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SaveWifiConfigurationFragment
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
SaveWifiConfigurationFragment.java
28
public class
SaveWifiConfigurationFragment
extends MessageWizardFragment
41
public static
SaveWifiConfigurationFragment
newInstance(String title,
43
SaveWifiConfigurationFragment
fragment = new
SaveWifiConfigurationFragment
();
60
+ "
SaveWifiConfigurationFragment
.Listener to use this fragment.");
EditIpSettingsActivity.java
33
implements
SaveWifiConfigurationFragment
.Listener, TimedMessageWizardFragment.Listener {
87
case
SaveWifiConfigurationFragment
.RESULT_FAILURE:
90
case
SaveWifiConfigurationFragment
.RESULT_SUCCESS:
123
Fragment fragment =
SaveWifiConfigurationFragment
.newInstance(
EditProxySettingsActivity.java
33
implements
SaveWifiConfigurationFragment
.Listener, TimedMessageWizardFragment.Listener {
91
case
SaveWifiConfigurationFragment
.RESULT_FAILURE:
94
case
SaveWifiConfigurationFragment
.RESULT_SUCCESS:
128
Fragment fragment =
SaveWifiConfigurationFragment
.newInstance(
Completed in 608 milliseconds