Searched refs:getConfigFile (Results 1 – 6 of 6) sorted by relevance
133 String getConfigFile(); in getConfigFile() method
2292 public String getConfigFile() {2294 return mService.getConfigFile();
1349 public String getConfigFile() { in getConfigFile() method in WifiServiceImpl1351 return mWifiStateMachine.getConfigFile(); in getConfigFile()
2408 public String getConfigFile() { in getConfigFile() method in WifiStateMachine2409 return mWifiConfigStore.getConfigFile(); in getConfigFile()
3844 public String getConfigFile() { in getConfigFile() method
375 if (mWfm != null) mWifiConfigFile = mWfm.getConfigFile(); in onCreate()