Lines Matching full:application
19 import android.app.Application;
39 * <p>For more information about application testing, read the
82 * associated {@link android.app.Application Application}. The ServiceTestCase framework
104 private Application mApplication;
148 * (Context, Application) to it. This is called automatically by {@link #startService} or
215 * object refers to a communication channel between the application and
224 * method. An example of this is in the ApiDemos sample application, in the
296 * Sets the application that is used during the test. If you do not call this method,
299 * @param application The Application object that is used by the service under test.
303 public void setApplication(Application application) {
304 mApplication = application;
308 * Returns the Application object in use by the service under test.
310 * @return The application object.
314 public Application getApplication() {