Searched refs:KEY_SECURITY_NONE (Results 1 – 3 of 3) sorted by relevance
24 import static com.android.settings.wifi.tether.WifiHotspotSecurityViewModel.KEY_SECURITY_NONE;71 new WifiHotspotSecurityViewModel.ViewItem(KEY_SECURITY_NONE);85 when(mRadioButtonNone.getKey()).thenReturn(KEY_SECURITY_NONE); in setUp()93 when(mSettings.findPreference(KEY_SECURITY_NONE)).thenReturn(mRadioButtonNone); in setUp()191 verify(mViewModel).handleRadioButtonClicked(KEY_SECURITY_NONE); in onRadioButtonClicked_clickedNone_setSecurityTypeCorrectly()
28 import static com.android.settings.wifi.tether.WifiHotspotSecurityViewModel.KEY_SECURITY_NONE;178 mViewModel.handleRadioButtonClicked(KEY_SECURITY_NONE); in handleRadioButtonClicked_keyNone_setSecurityTypeCorrectly()
51 public static final String KEY_SECURITY_NONE = "wifi_hotspot_security_none"; field in WifiHotspotSecurityViewModel66 mViewItemMap.put(SECURITY_TYPE_OPEN, new ViewItem(KEY_SECURITY_NONE)); in WifiHotspotSecurityViewModel()