Searched refs:Activity (Results 326 - 350 of 472) sorted by relevance

<<111213141516171819

/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java19 import android.app.Activity;
32 public class TransformTestActivity extends Activity {
/frameworks/base/core/java/android/app/
H A DListActivity.java175 public class ListActivity extends Activity {
211 * Ensures the list view has been created before Activity restores all
214 *@see Activity#onRestoreInstanceState(Bundle)
223 * @see Activity#onDestroy()
235 * @see Activity#onContentChanged()
H A DTabActivity.java123 *@see Activity#onContentChanged()
146 onChildTitleChanged(Activity childActivity, CharSequence title) {
H A DDialog.java58 * restoring of dialogs. See {@link Activity#onCreateDialog(int)},
59 * {@link Activity#onPrepareDialog(int, Dialog)},
60 * {@link Activity#showDialog(int)}, and {@link Activity#dismissDialog(int)}. If
61 * these methods are used, {@link #getOwnerActivity()} will return the Activity
83 private Activity mOwnerActivity;
210 * Sets the Activity that owns this dialog. An example use: This Dialog will
211 * use the suggested volume control stream of the Activity.
213 * @param activity The Activity that owns this dialog.
215 public final void setOwnerActivity(Activity activit
[all...]
H A DAliasActivity.java43 public class AliasActivity extends Activity {
H A DExpandableListActivity.java155 public class ExpandableListActivity extends Activity implements
199 * Ensures the expandable list view has been created before Activity restores all
202 *@see Activity#onRestoreInstanceState(Bundle)
214 * @see Activity#onContentChanged()
H A DMediaRouteButton.java402 * This will attach a {@link DialogFragment} to the containing Activity.
428 private Activity getActivity() {
429 // Gross way of unwrapping the Activity so we can get the FragmentManager
431 while (context instanceof ContextWrapper && !(context instanceof Activity)) {
434 if (!(context instanceof Activity)) {
435 throw new IllegalStateException("The MediaRouteButton's Context is not an Activity.");
438 return (Activity) context;
/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java19 import android.app.Activity;
51 * The Activity meta-data key for its XML preference hierarchy.
60 private Activity mActivity;
141 PreferenceManager(Activity activity, int firstRequestCode) {
152 * The {@link PreferenceManager#PreferenceManager(Activity)}
154 * types need an Activity for managed queries.
181 * Returns a list of {@link Activity} (indirectly) that match a given
195 * {@link Activity Activities} that match the given {@link Intent}. An
196 * {@link Activity} defines its preference hierarchy with meta-data using
549 * instead of Activity
[all...]
/frameworks/base/core/java/android/view/
H A DMenuItem.java19 import android.app.Activity;
72 * @see Activity#onContextItemSelected(MenuItem)
73 * @see Activity#onOptionsItemSelected(MenuItem)
425 * {@link Activity#onOptionsItemSelected(MenuItem)} or
426 * {@link Activity#onContextItemSelected(MenuItem)}.
430 * @see Activity#onOptionsItemSelected(MenuItem)
431 * @see Activity#onContextItemSelected(MenuItem)
/frameworks/base/tests/RenderScriptTests/LivePreview/src/com/android/rs/livepreview/
H A DRsYuv.java19 import android.app.Activity;
/frameworks/base/core/java/android/test/
H A DInstrumentationTestCase.java19 import android.app.Activity;
75 * <p>The {@link Intent} used to launch the Activity is:
89 public final <T extends Activity> T launchActivity(
113 public final <T extends Activity> T launchActivityWithIntent(
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DActivityTestMain.java22 import android.app.Activity;
50 public class ActivityTestMain extends Activity {
186 null, Activity.RESULT_OK, null, null);
213 null, Activity.RESULT_OK, null, null);
223 null, Activity.RESULT_OK, null, null);
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java19 import android.app.Activity;
121 * the current foreground {@link Activity} context.
842 * @param activity The {@link Activity} context to use for launching a new
843 * authenticator-defined sub-Activity to prompt the user for a password
872 final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) {
1077 * @param activity The {@link Activity} context to use for launching a new
1078 * authenticator-defined sub-Activity to prompt the user to create an
1109 final Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) {
1149 * @param activity The {@link Activity} context to use for launching a new
1150 * authenticator-defined sub-Activity t
[all...]
H A DChooseAccountActivity.java18 import android.app.Activity;
41 public class ChooseAccountActivity extends Activity {
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java19 import android.app.Activity;
43 * configuring the Activity under test
55 public static void dragQuarterScreenDown(InstrumentationTestCase test, Activity activity) {
73 * configuring the Activity under test
85 public static void dragQuarterScreenUp(InstrumentationTestCase test, Activity activity) {
99 * {@link #dragQuarterScreenUp(InstrumentationTestCase, Activity)}
106 * configuring the Activity under test
115 * {@link #dragQuarterScreenUp(InstrumentationTestCase, Activity)}
121 public static void scrollToBottom(InstrumentationTestCase test, Activity activity,
140 * {@link #dragQuarterScreenDown(InstrumentationTestCase, Activity)}
[all...]
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
H A DDirListActivity.java25 import android.app.Activity;
55 * An Activity that allows navigating through tests folders and choosing folders or tests to run.
157 private Activity mContext;
160 public DirListAdapter(Activity context, ListItem[] items) {
/frameworks/opt/mailcommon/java/com/android/mailcommon/
H A DWebViewContextMenu.java20 import android.app.Activity;
46 * Requires an Activity to bind to for Context resolution and to start other activites.</p>
48 * <p>Activity/Fragment clients must forward the 'onContextItemSelected' method.</p>
59 private Activity mActivity;
82 public WebViewContextMenu(Activity host) {
/frameworks/base/media/java/android/media/audiofx/
H A DPresetReverb.java19 import android.app.Activity;
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbAccessoryUriActivity.java19 import android.app.Activity;
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java19 import android.app.Activity;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java19 import android.app.Activity;
146 intent.send(mContext, Activity.RESULT_OK, fillIn);
195 return Activity.RESULT_OK; // acknowledge after response from write to USIM
307 case Activity.RESULT_OK:
/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java19 import android.app.Activity;
40 public abstract class GridScenario extends Activity {
/frameworks/base/keystore/java/android/security/
H A DKeyChain.java18 import android.app.Activity;
196 * <p>When used with {@link Activity#startActivityForResult},
197 * {@link Activity#RESULT_OK} will be returned if a credential was
199 * Activity#RESULT_CANCELED} will be returned.
209 * Launches an {@code Activity} for the user to select the alias
225 * @param activity The {@link Activity} context to use for
226 * launching the new sub-Activity to prompt the user to select
242 public static void choosePrivateKeyAlias(Activity activity, KeyChainAliasCallback response,
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
H A DAccessoryChat.java19 import android.app.Activity;
44 public class AccessoryChat extends Activity implements Runnable, TextView.OnEditorActionListener {
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java18 import android.app.Activity;
44 public class ObjectViewer extends Activity implements View.OnClickListener {

Completed in 725 milliseconds

<<111213141516171819