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()
447 Method getStringMethod = ClassLoader.getSystemClassLoader() in matchAllConfigs() local450 String emulatorKernel = (String) getStringMethod.invoke("0", in matchAllConfigs()536 Method getStringMethod = in getHdmiDeviceType() local540 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()