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()
473 Method getStringMethod = ClassLoader.getSystemClassLoader() in matchAllConfigs() local476 String emulatorKernel = (String) getStringMethod.invoke("0", in matchAllConfigs()603 Method getStringMethod = in getHdmiDeviceType() local607 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()