Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiConfigControllerTest.java60 private WifiConfigUiBase mConfigUiBase; field in WifiConfigControllerTest
87 when(mConfigUiBase.getContext()).thenReturn(mContext); in setUp()
94 mController = new TestWifiConfigController(mConfigUiBase, mView, mAccessPoint, in setUp()
100 mController = new TestWifiConfigController(mConfigUiBase, mView, null /* accessPoint */, in ssidExceeds32Bytes_shouldShowSsidTooLongWarning()
113 mController = new TestWifiConfigController(mConfigUiBase, mView, null /* accessPoint */, in ssidShorterThan32Bytes_shouldNotShowSsidTooLongWarning()
183 new TestWifiConfigController(mConfigUiBase, mView, null, WifiConfigUiBase.MODE_CONNECT); in isSubmittable_nullAccessPoint_noException()
189 mController = new TestWifiConfigController(mConfigUiBase, mView, null, in isSubmittable_EapToPskWithValidPassword_shouldReturnTrue()
233 when(mConfigUiBase.getLayoutInflater()).thenReturn(inflater); in showForCarrierAp()
238 mController = new TestWifiConfigController(mConfigUiBase, mView, mAccessPoint, in showForCarrierAp()
258 mController = new TestWifiConfigController(mConfigUiBase, mView, mAccessPoint, in loadCertificates_keyStoreListFail_shouldNotCrash()
[all …]