Searched refs:getWifiApConfigStore (Results 1 – 4 of 4) sorted by relevance
580 when(mWifiInjector.getWifiApConfigStore()).thenReturn(mWifiApConfigStore); in testStartSoftApModeTwiceWithTwoConfigs()737 when(mWifiInjector.getWifiApConfigStore()).thenReturn(mWifiApConfigStore); in testStopTetheringButNotLOHS()
360 when(mWifiInjector.getWifiApConfigStore()).thenReturn(mWifiApConfigStore); in setUp()
435 public WifiApConfigStore getWifiApConfigStore() { in getWifiApConfigStore() method in WifiInjector
479 mWifiApConfigStore = mWifiInjector.getWifiApConfigStore(); in WifiServiceImpl()