Searched refs:getStringMethod (Results 1 – 3 of 3) sorted by relevance
44 Method getStringMethod = in getHdmiDeviceType() local48 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType()
494 Method getStringMethod = in matchAllConfigs() local499 (String) getStringMethod.invoke("0", "ro.boot.qemu"); in matchAllConfigs()657 Method getStringMethod = in getHdmiDeviceType() local661 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType()
67 Method getStringMethod = settingsClass.getMethod("getString", in callGetStringMethod() local69 getStringMethod.invoke(null, getContext().getContentResolver(), key); in callGetStringMethod()