Uses of Class
android.app.Application

Packages that use Application
android.app   
 

Uses of Application in android.app
 

Methods in android.app that return Application
 Application Activity.getApplication()
           
 Application Service.getApplication()
           
static Application Instrumentation.newApplication(java.lang.Class<?> clazz, Context context)
           
 Application Instrumentation.newApplication(java.lang.ClassLoader cl, java.lang.String className, Context context)
           
 

Methods in android.app with parameters of type Application
 void Instrumentation.callApplicationOnCreate(Application app)
           
 Activity Instrumentation.newActivity(java.lang.Class<?> clazz, Context context, IBinder token, Application application, Intent intent, ActivityInfo info, java.lang.CharSequence title, Activity parent, java.lang.String id, java.lang.Object lastNonConfigurationInstance)
           
 



Copyright © 2008-2010. All Rights Reserved.