Searched refs:setTestConfig (Results 1 – 2 of 2) sorted by relevance
96 mController.setTestConfig(mConfig); in onStart_securityTypeSetToNone_setsValueToNone()108 mController.setTestConfig(mConfig); in onStart_securityTypeSetToWPA2PSK_setsValueToWPA2PSK()120 mController.setTestConfig(mConfig); in onStart_securityTypeSetToWPA3SAE_setsValueForSupportedDevicesToWPA3SAE()137 mController.setTestConfig(mConfig); in onStart_securityTypeSetToWPA3SAE_setsValueForUnSupportedDevicesToWPA2PSK()162 mController.setTestConfig(mConfig); in onPreferenceChangedToNone_updatesSharedSecurityTypeToNone()178 mController.setTestConfig(mConfig); in onPreferenceChangedToWPA2PSK_updatesSharedSecurityTypeToWPA2PSK()196 mController.setTestConfig(mConfig); in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA3SAE()219 mController.setTestConfig(mConfig); in onPreferenceChangedToWPA3SAE_updatesSharedSecurityTypeToWPA2PSK()250 void setTestConfig(SoftApConfiguration config) { in setTestConfig() method in WifiTetherSecurityPreferenceControllerTest.TestWifiTetherSecurityPreferenceController
825 public T setTestConfig(@NonNull TranscodingTestConfig config) { in setTestConfig() method in MediaTranscodingManager.TranscodingRequest.Builder