Searched refs:deviceTypesStr (Results 1 – 2 of 2) sorted by relevance
48 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType() local49 if (deviceTypesStr.equals("")) { in getHdmiDeviceType()52 return Arrays.stream(deviceTypesStr.split(",")) in getHdmiDeviceType()
661 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType() local662 if (deviceTypesStr.equals("")) { in getHdmiDeviceType()665 return Arrays.stream(deviceTypesStr.split(",")) in getHdmiDeviceType()