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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java540 public String getNfcHandoverRequest() { method in class:WifiP2pNative
541 return mSupplicantP2pIfaceHal.getNfcHandoverRequest();
H A DSupplicantP2pIfaceHal.java1963 public String getNfcHandoverRequest() { method in class:SupplicantP2pIfaceHal
1965 if (!checkSupplicantP2pIfaceAndLogFailure("getNfcHandoverRequest")) return null;
1967 "getNfcHandoverRequest()");
H A DWifiP2pServiceImpl.java1327 mWifiNative.getNfcHandoverRequest());
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pManager.java1418 public void getNfcHandoverRequest(Channel c, HandoverMessageListener listener) { method in class:WifiP2pManager

Completed in 89 milliseconds