Searched refs:wpsDevTypeStringFromByteArray (Results 1 – 4 of 4) sorted by relevance
109 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFound()568 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onR2DeviceFound()653 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFoundWithVendorElements()
300 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onR2DeviceFound()
123 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFound()
352 public static String wpsDevTypeStringFromByteArray(byte[] devType) { in wpsDevTypeStringFromByteArray() method in NativeUtil