Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DWifiP2pNativeTest.java82 private static final String TEST_NFC_REQUEST_MSG = "request"; field in WifiP2pNativeTest
618 .thenReturn(TEST_NFC_REQUEST_MSG); in testGetNfcHandoverRequest()
619 assertEquals(TEST_NFC_REQUEST_MSG, mWifiP2pNative.getNfcHandoverRequest()); in testGetNfcHandoverRequest()
652 assertTrue(mWifiP2pNative.responderReportNfcHandover(TEST_NFC_REQUEST_MSG)); in testResponderReportNfcHandover()
653 verify(mSupplicantP2pIfaceHalMock).responderReportNfcHandover(eq(TEST_NFC_REQUEST_MSG)); in testResponderReportNfcHandover()