Home
last modified time | relevance | path

Searched refs:Application (Results 1 – 25 of 187) sorted by relevance

12345678

/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/androidTest/java/com/android/layoulib/test/myapplication/
DApplicationTest.java3 import android.app.Application;
9 public class ApplicationTest extends ApplicationTestCase<Application> {
11 super(Application.class); in ApplicationTest()
/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java19 import android.app.Application;
101 private Application mApplication;
301 public void setApplication(Application application) { in setApplication()
312 public Application getApplication() { in getApplication()
DApplicationTestCase.java19 import android.app.Application;
59 public abstract class ApplicationTestCase<T extends Application> extends AndroidTestCase {
DActivityUnitTestCase.java20 import android.app.Application;
83 private Application mApplication;
187 public void setApplication(Application application) { in setApplication()
/frameworks/multidex/library/src/android/support/multidex/
DMultiDexApplication.java19 import android.app.Application;
35 public class MultiDexApplication extends Application {
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DCameraBrowserApplication.java19 import android.app.Application;
21 public class CameraBrowserApplication extends Application {
/frameworks/base/test-runner/src/android/test/mock/
DMockApplication.java19 import android.app.Application;
27 public class MockApplication extends Application {
/frameworks/base/docs/html/guide/topics/resources/
Dresources-i18n.jd1 page.title=Application Resources
8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</str…
/frameworks/base/docs/html/guide/faq/
Dindex.jd6 <dt><a href="framework.html">Application Framework FAQ</a></dt>
7 <dd>Common questions about the Android Application Framework.</dd>
Dframework.jd1 page.title=Android Application Framework FAQ
16 <li><a href="#6">How to avoid getting the Application not
108 <li>Application Preferences</li>
117 Application Preferences, SQLite DB, Files or ContentProviders. Please refer to
150 <h2>How to avoid getting the Application not responding dialog?</h2>
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewDelegateFactory.java3 import android.app.Application;
69 Application getApplication(); in getApplication()
156 public Application getApplication() { in getApplication()
317 public Application getApplication() { in getApplication()
319 return (Application) mCurrentApplicationMethod.invoke(null); in getApplication()
/frameworks/base/core/java/android/app/
DService.java307 public final Application getApplication() { in getApplication()
701 Application application, Object activityManager) { in attach()
720 private Application mApplication = null;
DAppGlobals.java30 public static Application getInitialApplication() { in getInitialApplication()
/frameworks/base/core/java/android/nfc/
DNfcActivityManager.java20 import android.app.Application;
44 implements Application.ActivityLifecycleCallbacks {
60 final Application app;
61 public NfcApplicationState(Application app) { in NfcApplicationState()
80 NfcApplicationState findAppState(Application app) { in findAppState()
89 void registerApplication(Application app) { in registerApplication()
98 void unregisterApplication(Application app) { in unregisterApplication()
/frameworks/multidex/library/resources/JACK-INF/
DlegacyMultidexInstallation.jpp30 | class android.app.Application
43 class android.app.Application
/frameworks/base/core/java/android/webkit/
DWebViewDelegate.java21 import android.app.Application;
145 public Application getApplication() { in getApplication()
/frameworks/base/services/core/java/com/android/server/am/
DEventLogTags.logtags30 # Application Not Responding
34 # Application process bound to work
36 # Application process died
42 # Application process has been started
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java20 import android.app.Application;
32 public class DocumentsApplication extends Application {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java19 import android.app.Application;
34 public class SystemUIApplication extends Application {
/frameworks/base/docs/html/training/in-app-billing/
Dindex.jd6 next.title=Preparing Your In-app Billing Application
39 <dt><b><a href="preparing-iab-app.html">Preparing Your In-app Billing Application</a></b></dt>
45 <dt><b><a href="test-iab-app.html">Testing Your In-app Billing Application</a></b></dt>
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
DFakeApp.java22 import android.app.Application;
36 public class FakeApp extends Application {
/frameworks/wilhelm/doc/
DREADME.txt2 have been automatically generated. Application developers should not edit these interface IDs.
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd106 The methods {@link android.test.ServiceTestCase#setApplication(Application) setApplication()}
108 a mock Context or mock Application (or both) for the Service, before you start it. These mock
118 <code>ServiceTestCase</code> assumes that you will use a mock Context or mock Application
126 To inject a mock Application object into the Service under test, first create a subclass of
128 {@link android.app.Application} in which all the methods throw an Exception, so to use it
131 {@link android.test.ServiceTestCase#setApplication(Application) setApplication()} method.
/frameworks/base/docs/html/training/volley/
Drequestqueue.jd127 functionality. Another approach is to subclass {@link android.app.Application} and set up the
128 {@code RequestQueue} in {@link android.app.Application#onCreate Application.onCreate()}.
129 But this approach is <a href="{@docRoot}reference/android/app/Application.html">
134 {@link android.app.Application} context, not an {@link android.app.Activity} context. This
/frameworks/base/tests/AccessoryDisplay/
DREADME9 1. Sink Application
23 2. Source Application

12345678