Searched refs:getMethod (Results 1 – 1 of 1) sorted by relevance
566 Method getMethod = classType.getDeclaredMethod("get", new Class<?>[]{String.class}); in getPlatform() local567 platform = (String) getMethod.invoke(classType, new Object[]{"ro.board.platform"}); in getPlatform()