Lines Matching refs:Application
19 import android.app.Application;
76 * associated {@link android.app.Application Application}. The ServiceTestCase framework
98 private Application mApplication;
142 * (Context, Application) to it. This is called automatically by {@link #startService} or
209 * object refers to a communication channel between the application and
218 * method. An example of this is in the ApiDemos sample application, in the
290 * Sets the application that is used during the test. If you do not call this method,
293 * @param application The Application object that is used by the service under test.
297 public void setApplication(Application application) {
298 mApplication = application;
302 * Returns the Application object in use by the service under test.
304 * @return The application object.
308 public Application getApplication() {