HomeSort by relevance Sort by last modified time
    Searched refs:Application (Results 1 - 25 of 73) sorted by null

1 2 3

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
HTMLHostApp.java 19 import android.app.Application;
21 public class HTMLHostApp extends Application {
  /external/webkit/WebCore/platform/haiku/
EventLoopHaiku.cpp 29 #include <app/Application.h>
  /external/proguard/examples/annotations/examples/
Application.java 4 * This application illustrates the use of annotations for configuring ProGuard.
7 * javac -classpath ../lib/annotations.jar Application.java
14 public class Application
  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemosApplication.java 19 import android.app.Application;
23 * This is an example of a {@link android.app.Application} class. Ordinarily you would use
27 * In this case, we have not defined any specific work for this Application.
30 * of how to perform unit tests on an Application object.
32 public class ApiDemosApplication extends Application {
  /frameworks/base/core/java/android/app/
Application.java 25 * Base class for those who need to maintain global application state. You can
27 * AndroidManifest.xml's &lt;application&gt; tag, which will cause that class
28 * to be instantiated for you when the process for your application/package is
31 * <p class="note">There is normally no need to subclass Application. In
39 public class Application extends ContextWrapper implements ComponentCallbacks {
41 public Application() {
46 * Called when the application is starting, before any other application
AppGlobals.java 27 * Return the first Application object made in the process.
30 public static Application getInitialApplication() {
Service.java 34 * A Service is an application component representing either an application's desire
44 * <p>Note that services, like other application objects, run in the main
49 * <a href="{@docRoot}guide/topics/fundamentals.html#procthread">Application Fundamentals:
55 * <a href="{@docRoot}guide/topics/fundamentals.html#lcycles">application's overall lifecycle</a>.</p>
76 * it runs in the same process as the application it is part of.
78 * of the main thread (to avoid Application Not Responding errors).
84 * <li>A facility for the application to tell the system <em>about</em>
86 * directly interacting with the application). This corresponds to calls to
90 * <li>A facility for an application to expose some of its functionality t
    [all...]
  /frameworks/base/test-runner/src/android/test/mock/
MockApplication.java 19 import android.app.Application;
23 * A mock {@link android.app.Application} class. All methods are non-functional and throw
27 public class MockApplication extends Application {
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplicationWrapper.java 19 import android.app.Application;
21 public class QsbApplicationWrapper extends Application {
  /cts/tests/src/android/app/cts/
MockApplication.java 19 import android.app.Application;
23 public class MockApplication extends Application {
  /packages/apps/Stk/src/com/android/stk/
StkApp.java 19 import android.app.Application;
24 * Top-level Application class for STK app.
26 abstract class StkApp extends Application {
27 // Application constants
  /packages/apps/Browser/src/com/android/browser/
Browser.java 21 import android.app.Application;
28 public class Browser extends Application {
  /packages/apps/Calendar/src/com/android/calendar/
CalendarApplication.java 19 import android.app.Application;
23 public class CalendarApplication extends Application {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
DefaultValues.java 22 import android.app.Application;
37 * This should be called early, typically when the application is first created.
38 * This ensures any of the application's activities, services, etc. will have
40 * application's settings. For ApiDemos, this is {@link ApiDemosApplication},
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 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
    [all...]
ApplicationTestCase.java 21 import android.app.Application;
26 * This test case provides a framework in which you can test Application classes in
28 * Application, and hooks by which you can inject various dependencies and control
29 * the environment in which your Application is tested.
32 * Every Application is designed to be accessed within a specific sequence of
33 * method calls (see {@link android.app.Application} for more details).
34 * In order to support the lifecycle of a Application, this test case will make the
42 * automatically called, and it will stop & destroy your application by calling its
47 * Every Application has one inherent dependency, the {@link android.content.Context Context} in
52 * <p>If simply run your tests as-is, your Application will be injected with a fully-functiona
    [all...]
ActivityUnitTestCase.java 20 import android.app.Application;
80 private Application mApplication;
179 * Set the application for use during the test. You must call this function before calling
181 * @param application The Application object that will be injected into the Activity under test.
183 public void setApplication(Application application) {
184 mApplication = application;
  /cts/tests/tests/app/src/android/app/cts/
ApplicationTest.java 25 import android.app.Application;
32 * Test {@link Application}.
34 @TestTargetClass(Application.class)
40 method = "Application",
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherApplication.java 19 import android.app.Application;
27 public class LauncherApplication extends Application {
  /ndk/build/core/
default-application.mk 16 # This is the default Application.mk that is being used for applications
17 # that don't provide $PROJECT_PATH/jni/Application.mk
add-application.mk 16 # this script is used to record an application definition in the
20 # variable named '_application_mk' which points to a given Application.mk
22 # to describe the application to the build system, and the rest of the
93 $(call ndk_log,Application $(_name) targets unknown platform '$(_bad_platform)')
102 $(call __ndk_info,Application $(_name) targets unknown ABI '$(_bad_abis)')
132 # Determine whether the application should be debuggable.
141 $(call ndk_log,Application '$(_app)' forced debuggable through NDK_DEBUG)
143 $(call ndk_log,Application '$(_app)' forced *not* debuggable through NDK_DEBUG)
155 $(call ndk_log,Application '$(_app)' *is* debuggable)
157 $(call ndk_log,Application '$(_app)' is not debuggable
    [all...]
main.mk 43 # Read all application configuration files
45 # Each 'application' must have a corresponding Application.mk file
68 You can also add new applications by writing an Application.mk file.)
70 See docs/APPLICATION-MK.TXT for details.)
84 # Check that all apps listed in APP have an Application.mk
87 $(eval _application_mk := $(strip $(wildcard $(NDK_ROOT)/apps/$(_app)/Application.mk))) \
90 $(eval include $(BUILD_SYSTEM)/add-application.mk)\
93 Missing file: apps/$(_app)/Application.mk !)\
103 The NDK could not find a proper application description under apps/*/Application.mk
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/
Application.java 25 public class Application {
28 System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Draw 9-patch");
  /packages/apps/Mms/src/com/android/mms/
MmsApp.java 31 import android.app.Application;
38 public class MmsApp extends Application {
  /external/stlport/test/eh/
intel.mak 4 # TARGTYPE "Win32 (x86) Console Application" 0x0103

Completed in 128 milliseconds

1 2 3