Searched refs:getNfcHandoverRequest (Results 1 – 5 of 5) sorted by relevance
584 when(mSupplicantP2pIfaceHalMock.getNfcHandoverRequest()) in testGetNfcHandoverRequest()586 assertEquals(TEST_NFC_REQUEST_MSG, mWifiP2pNative.getNfcHandoverRequest()); in testGetNfcHandoverRequest()587 verify(mSupplicantP2pIfaceHalMock).getNfcHandoverRequest(); in testGetNfcHandoverRequest()
768 public String getNfcHandoverRequest() { in getNfcHandoverRequest() method in WifiP2pNative769 return mSupplicantP2pIfaceHal.getNfcHandoverRequest(); in getNfcHandoverRequest()
2168 public String getNfcHandoverRequest() { in getNfcHandoverRequest() method in SupplicantP2pIfaceHal
1715 mWifiNative.getNfcHandoverRequest()); in processMessage()
1728 public void getNfcHandoverRequest(Channel c, HandoverMessageListener listener) { in getNfcHandoverRequest() method in WifiP2pManager