Searched defs:app (Results 1 - 25 of 150) sorted by relevance

123456

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DIsolatedService2.java17 package com.example.android.apis.app;
H A DAppUpdateReceiver.java17 package com.example.android.apis.app;
H A DContactsFilter.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
21 import android.app.Activity;
H A DContactsFilterInstrumentation.java17 package com.example.android.apis.app;
19 import android.app.Activity;
20 import android.app.Instrumentation;
27 * This is an example implementation of the {@link android.app.Instrumentation}
H A DContactsSelectInstrumentation.java17 package com.example.android.apis.app;
19 import android.app.Activity;
20 import android.app.Instrumentation;
29 * This is an example implementation of the {@link android.app.Instrumentation}
H A DCustomDialogActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
35 * call {@link android.app.Activity#setContentView setContentView()} to
H A DCustomTitle.java17 package com.example.android.apis.app;
19 import android.app.Activity;
43 * <td >src/com.example.android.apis/app/CustomTitle.java</td>
56 * call {@link android.app.Activity#setContentView(int)} to
H A DDialogActivity.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
41 * call {@link android.app.Activity#setContentView setContentView()} to
H A DForwardTarget.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
H A DForwarding.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
48 <td class="LinkColumn">src/com.example.android.apis/app/Forwarding.java</td>
H A DHelloWorld.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
39 * <td >src/com.example.android.apis/app/HelloWorld.java</td>
52 * call {@link android.app.Activity#setContentView setContentView()} to
H A DIncomingMessageInterstitial.java17 package com.example.android.apis.app;
21 import android.app.Activity;
22 import android.app.NotificationManager;
31 * to the app in its appropriate state if they want.
50 * Perform a switch to the app. A new activity stack is started, replacing
54 // We will launch the app showing what the user picked. In this simple
H A DIncomingMessageView.java17 package com.example.android.apis.app;
21 import android.app.Activity;
22 import android.app.NotificationManager;
H A DIntents.java17 package com.example.android.apis.app;
21 import android.app.Activity;
H A DLauncherShortcuts.java17 package com.example.android.apis.app;
19 import android.app.Activity;
54 private static final String EXTRA_KEY = "com.example.android.apis.app.LauncherShortcuts";
H A DLocalSample.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
21 import android.app.Activity;
H A DNotificationDisplay.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
24 import android.app.NotificationManager;
38 * call {@link android.app.Activity#setContentView setContentView()} to
72 // as part of the api demos app. Note the use of NEW_TASK here,
H A DNotifyWithText.java17 package com.example.android.apis.app;
21 import android.app.Activity;
H A DNotifyingController.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
H A DOneShotAlarm.java17 package com.example.android.apis.app;
24 // Need the following import to get access to the app resources, since this
H A DRedirectEnter.java17 package com.example.android.apis.app;
19 // Need the following import to get access to the app resources, since this
23 import android.app.Activity;
H A DReorderFour.java17 package com.example.android.apis.app;
21 import android.app.Activity;
H A DReorderOnLaunch.java17 package com.example.android.apis.app;
21 import android.app.Activity;
H A DReorderThree.java17 package com.example.android.apis.app;
21 import android.app.Activity;
H A DReorderTwo.java17 package com.example.android.apis.app;
21 import android.app.Activity;

Completed in 72 milliseconds

123456