Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DFrameworkFacade.java111 public WifiApConfigStore makeApConfigStore(Context context, in makeApConfigStore() method in FrameworkFacade
DWifiStateMachine.java4228 mFacade.makeApConfigStore(mContext, mBackupManagerProxy); in enter()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiStateMachineTest.java363 when(factory.makeApConfigStore(eq(context), eq(mBackupManagerProxy))) in setUp()