HomeSort by relevance Sort by last modified time
    Searched defs:Activity (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 17 package android.app.activity;
19 import android.app.Activity;
39 "com.android.frameworks.coretests.activity.BROADCAST_REGISTERED";
41 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL";
43 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL_GRANTED";
45 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL_DENIED";
47 "com.android.frameworks.coretests.activity.BROADCAST_REMOTE";
49 "com.android.frameworks.coretests.activity.BROADCAST_REMOTE_GRANTED";
51 "com.android.frameworks.coretests.activity.BROADCAST_REMOTE_DENIED";
53 "com.android.frameworks.coretests.activity.BROADCAST_ALL"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidManifestParser.java 88 * Activity info obtained from the manifest.
90 public static class Activity {
97 public Activity(String name, boolean exported) {
122 /** If the activity doesn't yet have a filter set for the launcher, this resets both
154 private final ArrayList<Activity> mActivities = new ArrayList<Activity>();
155 /** Launcher activity */
156 private Activity mLauncherActivity = null;
175 private Activity mCurrentActivity = null;
205 * @return An array of fully qualified class names, or empty if no activity were found
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 65 public enum Activity {
169 protected Activity activity = Activity.NONE; field in class:DataConnectionTracker
201 public Activity getActivity() {
202 return activity;
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 225 final Activity activity = p.activities.get(i); local
226 if (activity.info.enabled
246 final Activity activity = p.receivers.get(i); local
247 if (activity.info.enabled
3141 public final Activity activity; field in class:PackageParser.ActivityIntentInfo
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 76 * An activity is a single, focused thing that the user can do. Almost all
77 * activities interact with the user, so the Activity class takes care of
82 * or embedded inside of another activity (using {@link ActivityGroup}).
84 * There are two methods almost all subclasses of Activity will implement:
87 * <li> {@link #onCreate} is where you initialize your activity. Most
94 * activity. Most importantly, any changes made by the user should at this
100 * activity classes must have a corresponding
101 * {@link android.R.styleable#AndroidManifestActivity &lt;activity&gt;}
104 * <p>The Activity class is an important part of an application's overall lifecycle,
112 * <li><a href="#ActivityLifecycle">Activity Lifecycle</a
    [all...]
ContextImpl.java 158 * context object for Activity and other application components.
618 "Calling startActivity() from outside of an Activity "
653 Activity.RESULT_OK, null, null, null, false, false);
664 Activity.RESULT_OK, null, null, receiverPermission, false, false);
676 Activity.RESULT_OK, null, null, receiverPermission, true, false);
719 Activity.RESULT_OK, null, null, null, false, true);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 200 milliseconds