Searched refs:ndefRecord (Results 1 – 1 of 1) sorted by relevance
160 NdefRecord ndefRecord = mock(NdefRecord.class); in testSetForegroundDispatchForWifiConnect() local161 NdefRecord[] records = {ndefRecord}; in testSetForegroundDispatchForWifiConnect()185 NdefRecord ndefRecord = mock(NdefRecord.class); in testPeripheralHandoverBTParing() local186 when(ndefRecord.getType()).thenReturn("application/vnd.bluetooth.ep.oob" in testPeripheralHandoverBTParing()188 when(ndefRecord.getTnf()).thenReturn(NdefRecord.TNF_MIME_MEDIA); in testPeripheralHandoverBTParing()189 when(ndefRecord.getPayload()).thenReturn(btOobPayload.getBytes(StandardCharsets.US_ASCII)); in testPeripheralHandoverBTParing()190 NdefRecord[] records = {ndefRecord}; in testPeripheralHandoverBTParing()