Home
last modified time | relevance | path

Searched refs:NetworkSecurityPreferenceController (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/
DNetworkPasswordPreferenceControllerTest.java112 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isTrue(); in onCreate_registersReceivers()
155 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_setUnsecureType_preferenceHidden()
156 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in receiveSecurityChangeIntent_setUnsecureType_preferenceHidden()
168 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_setSecureType_preferenceVisible()
169 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in receiveSecurityChangeIntent_setSecureType_preferenceVisible()
185 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_hasSecurity_networkNameSet_wifiConnected()
186 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in handlePreferenceChanged_hasSecurity_networkNameSet_wifiConnected()
DNetworkSecurityPreferenceControllerTest.java60 private NetworkSecurityPreferenceController mPreferenceController;
78 mPreferenceController = new NetworkSecurityPreferenceController(mContext, in setUp()
124 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_broadcastIsSent()
125 assertThat(intents.get(0).getIntExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in handlePreferenceChanged_broadcastIsSent()
DAddWifiFragmentTest.java104 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isTrue(); in onCreate_registersReceivers()
162 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_nameSet_buttonDisabled()
163 securityIntent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in receiveSecurityChangeIntent_nameSet_buttonDisabled()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DNetworkPasswordPreferenceController.java60 NetworkSecurityPreferenceController.KEY_SECURITY_TYPE,
101 new IntentFilter(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)); in onCreateInternal()
DAddWifiFragment.java68 NetworkSecurityPreferenceController.KEY_SECURITY_TYPE,
126 new IntentFilter(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)); in onCreate()
DNetworkSecurityPreferenceController.java39 public class NetworkSecurityPreferenceController extends PreferenceController<ListPreference> { class
63 public NetworkSecurityPreferenceController(Context context, String preferenceKey, in NetworkSecurityPreferenceController() method in NetworkSecurityPreferenceController