Searched refs:getNfcHandoverRequest (Results 1 – 5 of 5) sorted by relevance
788 public String getNfcHandoverRequest() { in getNfcHandoverRequest() method in WifiP2pNative789 return mSupplicantP2pIfaceHal.getNfcHandoverRequest(); in getNfcHandoverRequest()
2175 public String getNfcHandoverRequest() { in getNfcHandoverRequest() method in SupplicantP2pIfaceHal
1775 mWifiNative.getNfcHandoverRequest()); in processMessage()
609 when(mSupplicantP2pIfaceHalMock.getNfcHandoverRequest()) in testGetNfcHandoverRequest()611 assertEquals(TEST_NFC_REQUEST_MSG, mWifiP2pNative.getNfcHandoverRequest()); in testGetNfcHandoverRequest()612 verify(mSupplicantP2pIfaceHalMock).getNfcHandoverRequest(); in testGetNfcHandoverRequest()
1853 public void getNfcHandoverRequest(Channel c, HandoverMessageListener listener) { in getNfcHandoverRequest() method in WifiP2pManager