Home
last modified time | relevance | path

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

123456

/frameworks/base/test-runner/src/android/test/
DServiceTestCase.java19 import android.app.Application;
98 private Application mApplication;
297 public void setApplication(Application application) { in setApplication()
308 public Application getApplication() { in getApplication()
DApplicationTestCase.java21 import android.app.Application;
61 public abstract class ApplicationTestCase<T extends Application> extends AndroidTestCase {
DActivityUnitTestCase.java20 import android.app.Application;
80 private Application mApplication;
183 public void setApplication(Application application) { in setApplication()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DHTMLHostApp.java19 import android.app.Application;
21 public class HTMLHostApp extends Application {
/frameworks/base/test-runner/src/android/test/mock/
DMockApplication.java19 import android.app.Application;
27 public class MockApplication extends Application {
/frameworks/base/core/java/android/app/
DApplication.java39 public class Application extends ContextWrapper implements ComponentCallbacks { class
41 public Application() { in Application() method in Application
DService.java284 public final Application getApplication() { in getApplication()
657 Application application, Object activityManager) { in attach()
676 private Application mApplication = null;
DAppGlobals.java30 public static Application getInitialApplication() { in getInitialApplication()
DInstrumentation.java939 public Application newApplication(ClassLoader cl, String className, Context context) in newApplication()
954 static public Application newApplication(Class<?> clazz, Context context) in newApplication()
957 Application app = (Application)clazz.newInstance(); in newApplication()
968 public void callApplicationOnCreate(Application app) { in callApplicationOnCreate()
994 IBinder token, Application application, Intent intent, ActivityInfo info, in newActivity()
/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/resources/faq/
Dindex.jd5 <dt><a href="framework.html">Application Framework FAQ</a></dt>
6 <dd>Common questions about the Android Application Framework.</dd>
Dframework.jd1 page.title=Android Application Framework FAQ
17 <li><a href="#6">How to avoid getting the Application not
109 <li>Application Preferences</li>
118 Application Preferences, SQLite DB, Files or ContentProviders. Please refer to
151 <h2>How to avoid getting the Application not responding dialog?</h2>
/frameworks/base/docs/html/guide/appendix/faq/
Dindex.jd7 <dt><a href="framework.html">Application Framework FAQ</a></dt>
8 <dd>Common questions about the Android Application Framework.</dd>
Dframework.jd1 page.title=Android Application Framework FAQ
17 <li><a href="#6">How to avoid getting the Application not
71 <h4>The android.app.Application class</h4>
72 <p>The android.app.Application is a base class for those who need to
97 interface on all your Application subclasses so that your various
102 of the Application Class</p>
116 <li>Application Preferences</li>
125 Application Preferences, SQLite DB, Files or ContentProviders. Please refer to
162 <h2>How to avoid getting the Application not responding dialog?</h2>
/frameworks/base/docs/html/guide/basics/
Dfixme-gs-core-packages.jd14 <dd>Writing your first Android Application, the ever popular Hello World,
18 Application. This guide will help you understand the pieces that make up
22 constructing a real Android Application: A notepad which can create, edit
29 <dt><a href="{@docRoot}intro/appmodel.html">Application Model</a></dt>
33 <dt><a href="{@docRoot}intro/lifecycle.html">Application Life Cycle</a></dt>
/frameworks/base/services/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/docs/html/guide/topics/testing/
Dservice_testing.jd60 Application Fundamentals</a>. If you aren't familiar with Android testing, please read
108 The methods {@link android.test.ServiceTestCase#setApplication(Application) setApplication()}
110 a mock Context or mock Application (or both) for the Service, before you start it. These mock
120 <code>ServiceTestCase</code> assumes that you will use a mock Context or mock Application
128 To inject a mock Application object into the Service under test, first create a subclass of
130 {@link android.app.Application} in which all the methods throw an Exception, so to use it
133 {@link android.test.ServiceTestCase#setApplication(Application) setApplication()} method.
/frameworks/base/docs/html/intl/ja/guide/developing/
Declipse-adt.jd53 …<li>アプリケーション名 (Application name) を入力します。<em></em>アプリケーション名はユーザーにわかりやすいアプリケーションのタイトルにします。この名前が Andr…
161 <li>[<strong>Android アプリケーション(Android Application)</strong>] 項目を展開し、新しい構成を作成するか、既存の構成を開きます。
165 …roid Application)</strong>] を選択し、<em></em>リストの上にある 新規起動の構成(New launch configuration) アイコンをクリックします(…
169 …<li>既存の構成を開くには、[<strong>Android アプリケーション(Android Application)</strong>] の下にネストされているリストからその構成名を選択しま…
/frameworks/base/docs/html/guide/publishing/
Dversioning.jd19 <li><a href="#appversioning">Setting Application Version</a></li>
20 <li><a href="#minsdkversion">Specifying Your Application's System API Requirements</a>
27 <li><a href="{@docRoot}guide/publishing/preparing.html">Preparing to Publish Your Application</a></…
61 <h2 id="appversioning">Setting Application Version</h2>
128 <h2 id="minsdkversion">Specifying Your Application's System API Requirements</h2>
/frameworks/base/docs/html/guide/
Dindex.jd32 <a href="{@docRoot}guide/topics/fundamentals.html">Application
75 <a href="{@docRoot}guide/topics/fundamentals.html">Application
/frameworks/base/docs/html/sdk/
Dandroid-1.5-highlights.jd38 <li>Application management</li>
116 <li>SIM Application Toolkit 1.0 </li>
176 <li>Application-defined hardware requirements
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
DDpiTestActivity.java21 import android.app.Application;
55 Application app = ActivityThread.currentActivityThread().getApplication(); in init()
/frameworks/base/docs/html/guide/market/billing/
Dbilling_about.jd18 …{@docRoot}guide/market/billing/billing_integrate.html#billing-download">Sample Application</a></li>
48 <th>Android Market Application</th>
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
DGLImplHeader.java-impl77 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd14 <li><a href="#sample">Sample Application</a></li>
15 <li><a href="#developing">Developing a Device Administration Application</a>
156 <h2 id="sample">Sample Application</h2>
187 <p class="img-caption"><strong>Figure 1.</strong> Screenshot of the Sample Application</p>
191 <h2 id="developing">Developing a Device Administration Application</h2>
244 href="{@docRoot}guide/topics/resources/index.html">Application Resources</a>.
377 <p class="img-caption"><strong>Figure 2.</strong> Sample Application: Activating the Application</p>

123456