/frameworks/base/test-runner/src/android/test/ |
D | ServiceTestCase.java | 19 import android.app.Application; 98 private Application mApplication; 297 public void setApplication(Application application) { in setApplication() 308 public Application getApplication() { in getApplication()
|
D | ApplicationTestCase.java | 21 import android.app.Application; 61 public abstract class ApplicationTestCase<T extends Application> extends AndroidTestCase {
|
D | ActivityUnitTestCase.java | 20 import android.app.Application; 80 private Application mApplication; 183 public void setApplication(Application application) { in setApplication()
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | HTMLHostApp.java | 19 import android.app.Application; 21 public class HTMLHostApp extends Application {
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockApplication.java | 19 import android.app.Application; 27 public class MockApplication extends Application {
|
/frameworks/base/core/java/android/app/ |
D | Application.java | 39 public class Application extends ContextWrapper implements ComponentCallbacks { class 41 public Application() { in Application() method in Application
|
D | Service.java | 284 public final Application getApplication() { in getApplication() 657 Application application, Object activityManager) { in attach() 676 private Application mApplication = null;
|
D | AppGlobals.java | 30 public static Application getInitialApplication() { in getInitialApplication()
|
D | Instrumentation.java | 939 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/ |
D | resources-i18n.jd | 1 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/ |
D | index.jd | 5 <dt><a href="framework.html">Application Framework FAQ</a></dt> 6 <dd>Common questions about the Android Application Framework.</dd>
|
D | framework.jd | 1 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/ |
D | index.jd | 7 <dt><a href="framework.html">Application Framework FAQ</a></dt> 8 <dd>Common questions about the Android Application Framework.</dd>
|
D | framework.jd | 1 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/ |
D | fixme-gs-core-packages.jd | 14 <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/ |
D | EventLogTags.logtags | 30 # 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/ |
D | service_testing.jd | 60 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/ |
D | eclipse-adt.jd | 53 …<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/ |
D | versioning.jd | 19 <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/ |
D | index.jd | 32 <a href="{@docRoot}guide/topics/fundamentals.html">Application 75 <a href="{@docRoot}guide/topics/fundamentals.html">Application
|
/frameworks/base/docs/html/sdk/ |
D | android-1.5-highlights.jd | 38 <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/ |
D | DpiTestActivity.java | 21 import android.app.Application; 55 Application app = ActivityThread.currentActivityThread().getApplication(); in init()
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_about.jd | 18 …{@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/ |
D | GLImplHeader.java-impl | 77 "Application %s (SDK target %d) called a GL11 Pointer method with an indirect Buffer.",
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 14 <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>
|