/packages/apps/Exchange/src/com/android/exchange/ |
Exchange.java | 19 import android.app.Application; 21 public class Exchange extends Application {
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
HTMLHostApp.java | 19 import android.app.Application; 21 public class HTMLHostApp extends Application {
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarApplication.java | 19 import android.app.Application; 21 public class CalendarApplication extends Application {
|
/packages/apps/Camera/src/com/android/camera/ |
CameraAppImpl.java | 19 import android.app.Application; 21 public class CameraAppImpl extends Application {
|
/external/webkit/Source/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/media/tests/CameraBrowser/src/com/android/camerabrowser/ |
CameraBrowserApplication.java | 19 import android.app.Application; 21 public class CameraBrowserApplication extends Application {
|
/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/Browser/src/com/android/browser/ |
Browser.java | 19 import android.app.Application; 23 public class Browser 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
|
/external/chromium/chrome/browser/ |
background_application_list_model.h | 58 // releasing it if the associated background application is unloaded. 87 // Contains data associated with a background application that is not 89 class Application; 91 // Associates extension id strings with Application objects. 92 typedef std::map<std::string, Application*> ApplicationMap; 100 // Returns the Application associated with |extension| or NULL. 101 const Application* FindApplication(const Extension* extension) const; 103 // Returns the Application associated with |extension| or NULL. 104 Application* FindApplication(const Extension* extension); 112 // application, e. g. the Icon, has changed [all...] |
background_application_list_model.cc | 45 // Background application representation, private to the 47 class BackgroundApplicationListModel::Application 50 Application(BackgroundApplicationListModel* model, 53 virtual ~Application(); 109 BackgroundApplicationListModel::Application::~Application() { 112 BackgroundApplicationListModel::Application::Application( 121 void BackgroundApplicationListModel::Application::OnImageLoaded( 131 void BackgroundApplicationListModel::Application::RequestIcon 168 Application* application = FindApplication(extension); local 215 const Application* application = FindApplication(extension); local [all...] |
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/ |
BasicSmsReceiverApp.java | 20 import android.app.Application; 24 public class BasicSmsReceiverApp extends Application {
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastReceiverApp.java | 19 import android.app.Application; 27 * The application class loads the default preferences at first start, 30 public class CellBroadcastReceiverApp extends Application {
|
/frameworks/base/core/java/android/app/ |
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 79 * it runs in the same process as the application it is part of. 81 * of the main thread (to avoid Application Not Responding errors). 87 * <li>A facility for the application to tell the system <em>about</em> 89 * directly interacting with the application). This corresponds to calls to 93 * <li>A facility for an application to expose some of its functionality to 204 * foreground application, but in practice this should not be a concern.) 216 * <p>Other application components running in the same process as the servic [all...] |
/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...] |
/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/Gallery2/src/com/android/gallery3d/app/ |
GalleryAppImpl.java | 27 import android.app.Application; 32 public class GalleryAppImpl extends Application implements GalleryApp {
|
/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
|
/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");
|