Searched refs:getWifiApConfigStore (Results 1 – 4 of 4) sorted by relevance
568 when(mWifiInjector.getWifiApConfigStore()).thenReturn(mWifiApConfigStore); in testStartSoftApModeTwiceWithTwoConfigs()725 when(mWifiInjector.getWifiApConfigStore()).thenReturn(mWifiApConfigStore); in testStopTetheringButNotLOHS()
353 when(mWifiInjector.getWifiApConfigStore()).thenReturn(mWifiApConfigStore); in setUp()
426 public WifiApConfigStore getWifiApConfigStore() { in getWifiApConfigStore() method in WifiInjector
478 mWifiApConfigStore = mWifiInjector.getWifiApConfigStore(); in WifiServiceImpl()