Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java2143 public boolean setWpsConfigMethods(String configMethodsStr) { in setWpsConfigMethods() argument
2147 new SupplicantResult("setWpsConfigMethods(" + configMethodsStr + ")"); in setWpsConfigMethods()
2149 String[] configMethodsStrArr = configMethodsStr.split("\\s+"); in setWpsConfigMethods()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java1522 public boolean setWpsConfigMethods(@NonNull String ifaceName, String configMethodsStr) { in setWpsConfigMethods() argument
1525 String[] configMethodsStrArr = configMethodsStr.split("\\s+"); in setWpsConfigMethods()