Searched refs:getClassForName (Results 1 – 1 of 1) sorted by relevance
35 private static final Class<?> MEMORY_CLASS = getClassForName("libcore.io.Memory");37 getClassForName("org.robolectric.Robolectric") != null;50 private static <T> Class<T> getClassForName(String name) { in getClassForName() method in Android