Home | History | Annotate | Download | only in app

Lines Matching defs:newApplication

1084     public Application newApplication(ClassLoader cl, String className, Context context)
1087 return newApplication(cl.loadClass(className), context);
1099 static public Application newApplication(Class<?> clazz, Context context)