Searched refs:setWpsDeviceName (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java84 return mSupplicantP2pIfaceHal.setWpsDeviceName(name);
148 return mSupplicantP2pIfaceHal.setWpsDeviceName(name);
H A DSupplicantP2pIfaceHal.java1874 public boolean setWpsDeviceName(String name) { method in class:SupplicantP2pIfaceHal
1879 if (!checkSupplicantP2pIfaceAndLogFailure("setWpsDeviceName")) return false;
1881 "setWpsDeviceName(" + name + ")");
1883 result.setResult(mISupplicantP2pIface.setWpsDeviceName(name));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java785 public boolean setWpsDeviceName(String name) { method in class:SupplicantStaIfaceHal
787 final String methodStr = "setWpsDeviceName";
790 SupplicantStatus status = mISupplicantStaIface.setWpsDeviceName(name);
H A DWifiNative.java572 return mSupplicantStaIfaceHal.setWpsDeviceName(name);

Completed in 84 milliseconds