Home
last modified time | relevance | path

Searched refs:configMethod (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalAidlImpl.java2668 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2669 switch (configMethod) { in stringToWpsConfigMethod()
2700 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()
DSupplicantP2pIfaceHalHidlImpl.java2650 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2651 switch (configMethod) { in stringToWpsConfigMethod()
2682 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImpl.java2487 private static int stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2488 switch (configMethod) { in stringToWpsConfigMethod()
2519 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()
DSupplicantStaIfaceHalHidlImpl.java2825 private static short stringToWpsConfigMethod(String configMethod) { in stringToWpsConfigMethod() argument
2826 switch (configMethod) { in stringToWpsConfigMethod()
2857 "Invalid WPS config method: " + configMethod); in stringToWpsConfigMethod()