Home | History | Annotate | Download | only in src

Lines Matching refs:null

36      * "test.jar". However, it will return null when asked to load the
42 * "InaccessibleSuper", which will return null, which the VM
49 /** We return null when asked to load InaccessibleSuper. */
72 Object dexFile = null;
73 Class dexClass = null;
95 if (dexFile != null) {
97 Method meth = dexClass.getMethod("close", (Class[]) null);
111 return null;
117 * Return null if the class's name is SUPERCLASS_NAME;
124 return null;