Home
last modified time | relevance | path

Searched refs:mConfigUiBase (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java65 private WifiConfigUiBase mConfigUiBase; field in WifiConfigControllerTest
92 when(mConfigUiBase.getContext()).thenReturn(mContext); in setUp()
99 mController = new TestWifiConfigController(mConfigUiBase, mView, mAccessPoint, in setUp()
105 mController = new TestWifiConfigController(mConfigUiBase, mView, null /* accessPoint */, in ssidExceeds32Bytes_shouldShowSsidTooLongWarning()
118 mController = new TestWifiConfigController(mConfigUiBase, mView, null /* accessPoint */, in ssidShorterThan32Bytes_shouldNotShowSsidTooLongWarning()
188 new TestWifiConfigController(mConfigUiBase, mView, null, WifiConfigUiBase.MODE_CONNECT); in isSubmittable_nullAccessPoint_noException()
194 mController = new TestWifiConfigController(mConfigUiBase, mView, null, in isSubmittable_EapToPskWithValidPassword_shouldReturnTrue()
235 mController = new TestWifiConfigController(mConfigUiBase, mView, mAccessPoint, in loadCertificates_keyStoreListFail_shouldNotCrash()
259 mController = new TestWifiConfigController(mConfigUiBase, mView, null /* accessPoint */, in ssidGetFocus_addNewNetwork_shouldReturnTrue()
288 mController = new TestWifiConfigController(mConfigUiBase, mView, null /* accessPoint */, in hiddenField_visibilityUpdatesCorrectly()
[all …]
DWifiConfigController2Test.java65 private WifiConfigUiBase2 mConfigUiBase; field in WifiConfigController2Test
98 when(mConfigUiBase.getContext()).thenReturn(mContext); in setUp()
105 mController = new TestWifiConfigController2(mConfigUiBase, mView, mWifiEntry, in setUp()
111 mController = new TestWifiConfigController2(mConfigUiBase, mView, null /* wifiEntry */, in ssidExceeds32Bytes_shouldShowSsidTooLongWarning()
124 mController = new TestWifiConfigController2(mConfigUiBase, mView, null /* wifiEntry */, in ssidShorterThan32Bytes_shouldNotShowSsidTooLongWarning()
193 mController = new TestWifiConfigController2(mConfigUiBase, mView, null, in isSubmittable_nullWifiEntry_noException()
200 mController = new TestWifiConfigController2(mConfigUiBase, mView, null, in isSubmittable_EapToPskWithValidPassword_shouldReturnTrue()
241 mController = new TestWifiConfigController2(mConfigUiBase, mView, mWifiEntry, in loadCertificates_keyStoreListFail_shouldNotCrash()
265 mController = new TestWifiConfigController2(mConfigUiBase, mView, null /* wifiEntry */, in ssidGetFocus_addNewNetwork_shouldReturnTrue()
294 mController = new TestWifiConfigController2(mConfigUiBase, mView, null /* wifiEntry */, in hiddenField_visibilityUpdatesCorrectly()
[all …]