Home
last modified time | relevance | path

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

/packages/apps/Nfc/tests/unit/src/com/android/nfc/
DNfcDispatcherTest.java160 NdefRecord ndefRecord = mock(NdefRecord.class); in testSetForegroundDispatchForWifiConnect() local
161 NdefRecord[] records = {ndefRecord}; in testSetForegroundDispatchForWifiConnect()
185 NdefRecord ndefRecord = mock(NdefRecord.class); in testPeripheralHandoverBTParing() local
186 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()