Searched refs:getStringMethod (Results 1 – 2 of 2) sorted by relevance
441 Method getStringMethod = ClassLoader.getSystemClassLoader() in matchAllConfigs() local444 String emulatorKernel = (String) getStringMethod.invoke("0", in matchAllConfigs()526 Method getStringMethod = in getHdmiDeviceType() local530 String deviceTypesStr = (String) getStringMethod.invoke(null, "ro.hdmi.device_type"); in getHdmiDeviceType()
66 Method getStringMethod = settingsClass.getMethod("getString", in callGetStringMethod() local68 getStringMethod.invoke(null, getContext().getContentResolver(), key); in callGetStringMethod()