Home
last modified time | relevance | path

Searched refs:ACTION_SECURITY_CHANGE (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()
168 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_setSecureType_preferenceVisible()
185 Intent intent = new Intent(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_hasSecurity_networkNameSet_wifiConnected()
DAddWifiFragmentTest.java104 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)).isTrue(); in onCreate_registersReceivers()
162 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in receiveSecurityChangeIntent_nameSet_buttonDisabled()
DNetworkSecurityPreferenceControllerTest.java124 NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE); in handlePreferenceChanged_broadcastIsSent()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/
DNetworkSecurityPreferenceController.java42 public static final String ACTION_SECURITY_CHANGE = field in NetworkSecurityPreferenceController
139 Intent intent = new Intent(ACTION_SECURITY_CHANGE); in notifySecurityChange()
DNetworkPasswordPreferenceController.java101 new IntentFilter(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)); in onCreateInternal()
DAddWifiFragment.java126 new IntentFilter(NetworkSecurityPreferenceController.ACTION_SECURITY_CHANGE)); in onCreate()