HomeSort by relevance Sort by last modified time
    Searched defs:allocateNewObjectMethod (Results 1 - 4 of 4) sorted by null

  /external/objenesis/main/src/org/objenesis/instantiator/sun/
Sun13InstantiatorBase.java 31 static Method allocateNewObjectMethod = null;
34 if(allocateNewObjectMethod == null) {
36 allocateNewObjectMethod = ObjectInputStream.class.getDeclaredMethod(
38 allocateNewObjectMethod.setAccessible(true);
  /external/robolectric/lib/main/
objenesis-1.0.jar 
  /prebuilts/tools/common/m2/internal/org/objenesis/objenesis/1.2/
objenesis-1.2.jar 
  /prebuilts/tools/common/objenesis/
objenesis-1.2.jar 

Completed in 921 milliseconds