Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DActiveModeWardenTest.java1319 SoftApModeConfiguration lohsConfig = in testStopTetheringButNotLOHS() local
1345 any(WifiServiceImpl.SoftApCallbackInternal.class), eq(lohsConfig), in testStopTetheringButNotLOHS()
1352 mActiveModeWarden.startSoftAp(lohsConfig, TEST_WORKSOURCE); in testStopTetheringButNotLOHS()
1359 any(WifiServiceImpl.SoftApCallbackInternal.class), eq(lohsConfig), in testStopTetheringButNotLOHS()
DWifiServiceImplTest.java3846 SoftApConfiguration lohsConfig = createValidSoftApConfiguration(); in testStartLocalOnlyHotspotAt2Ghz() local
3848 eq(mContext), eq(null), any())).thenReturn(lohsConfig); in testStartLocalOnlyHotspotAt2Ghz()
4011 SoftApConfiguration lohsConfig = createValidSoftApConfiguration(); in testCustomLohs_GeneratesSsidIfAbsent() local
4017 .thenReturn(lohsConfig); in testCustomLohs_GeneratesSsidIfAbsent()
4038 SoftApConfiguration lohsConfig = createValidSoftApConfiguration(); in testCustomLohs_ForwardsBssid() local
4040 new SoftApConfiguration.Builder(lohsConfig) in testCustomLohs_ForwardsBssid()
4598 SoftApConfiguration lohsConfig = createValidSoftApConfiguration(); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady() local
4600 eq(mContext), eq(null), any())).thenReturn(lohsConfig); in testRegisteredLocalOnlyHotspotRequestorsGetOnStartedCallbackWhenReady()
10731 SoftApConfiguration lohsConfig = createValidSoftApConfiguration(); in testFailureCallbacksTriggeredWhenSoftApFailsBecauseNonSupportedConfiguration() local
10732 SoftApConfiguration customizedConfig = new SoftApConfiguration.Builder(lohsConfig) in testFailureCallbacksTriggeredWhenSoftApFailsBecauseNonSupportedConfiguration()