Searched refs:wpsDevTypeStringFromByteArray (Results 1 – 4 of 4) sorted by relevance
113 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFound()612 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onR2DeviceFound()697 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFoundWithVendorElements()
301 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onR2DeviceFound()
123 device.primaryDeviceType = NativeUtil.wpsDevTypeStringFromByteArray(primaryDeviceType); in onDeviceFound()
374 public static String wpsDevTypeStringFromByteArray(byte[] devType) { in wpsDevTypeStringFromByteArray() method in NativeUtil