Searched refs:parseNokia (Results 1 – 2 of 2) sorted by relevance
140 BluetoothHandoverData result = mHandoverDataParser.parseNokia(payload); in testParseNokiaValidPayload()152 BluetoothHandoverData result = mHandoverDataParser.parseNokia(payload); in testParseNokiaWithInvalidBluetoothAddress()163 BluetoothHandoverData result = mHandoverDataParser.parseNokia(payload); in testParseNokiaWithShortPayload()374 verify(mockHandoverDataParser, never()).parseNokia(any(ByteBuffer.class)); in testParseBluetoothWithUnknownType()
371 return parseNokia(ByteBuffer.wrap(r.getPayload())); in parseBluetooth()377 BluetoothHandoverData parseNokia(ByteBuffer payload) { in parseNokia() method in HandoverDataParser