Searched refs:NetworkSecurityPreferenceController (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/wifi/ |
D | NetworkPasswordPreferenceControllerTest.java | 87 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isTrue(); in onStart_registersSecurityChangeListener() 105 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isFalse(); in onStop_unregistersSecurityChangeListener() 133 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_setUnsecureType_preferenceHidden() 134 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in receiveSecurityChangeIntent_setUnsecureType_preferenceHidden() 144 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_setSecureType_preferenceVisible() 145 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in receiveSecurityChangeIntent_setSecureType_preferenceVisible() 157 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_hasSecurity_networkNameSet_wifiAdded() 158 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in handlePreferenceChanged_hasSecurity_networkNameSet_wifiAdded() 178 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_hasSecurity_networkNameSet_wifiEnabled() 179 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in handlePreferenceChanged_hasSecurity_networkNameSet_wifiEnabled()
|
D | NetworkSecurityPreferenceControllerTest.java | 53 PreferenceControllerTestHelper<NetworkSecurityPreferenceController> controllerHelper = in setUp() 55 NetworkSecurityPreferenceController.class, mListPreference); in setUp() 90 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_broadcastIsSent() 91 assertThat(intents.get(0).getIntExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in handlePreferenceChanged_broadcastIsSent()
|
D | AddWifiFragmentTest.java | 79 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isTrue(); in onStart_registersSecurityChangeListener() 97 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isFalse(); in onStop_unregistersSecurityChangeListener() 135 intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_nameSet_buttonDisabled() 136 intent.putExtra(NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, in receiveSecurityChangeIntent_nameSet_buttonDisabled()
|
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/ |
D | NetworkPasswordPreferenceController.java | 53 NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, 77 new IntentFilter(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)); in onStartInternal()
|
D | AddWifiFragment.java | 59 NetworkSecurityPreferenceController.KEY_SECURITY_TYPE, 123 new IntentFilter(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)); in onStart()
|
D | NetworkSecurityPreferenceController.java | 37 public class NetworkSecurityPreferenceController extends PreferenceController<ListPreference> { class 58 public NetworkSecurityPreferenceController(Context context, String preferenceKey, in NetworkSecurityPreferenceController() method in NetworkSecurityPreferenceController
|