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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 32 * {@link Activity}s to handle clicks to the pass and fail buttons of the pass fail buttons layout.
40 * <li>Make sure to call setResult(RESULT_CANCEL) in your Activity initially.</li>
53 * Call from {@link Activity#onCreate} after {@link Activity #setContentView(int)}.
58 * Adds an initial informational dialog that appears when entering the test activity for
62 * Call from {@link Activity#onCreate} after {@link Activity #setContentView(int)}.
72 public static class Activity extends android.app.Activity implements PassFailActivity {
102 private static void setPassFailClickListeners(final android.app.Activity activity)
    [all...]
  /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/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
ManifestData.java 49 final ArrayList<Activity> mActivities = new ArrayList<Activity>();
50 /** Launcher activity */
51 Activity mLauncherActivity = null;
102 * Activity info obtained from the manifest.
104 public final static class Activity {
111 public Activity(String name, boolean exported) {
136 /** If the activity doesn't yet have a filter set for the launcher, this resets both
555 * @return An array of fully qualified class names, or empty if no activity were found.
557 public Activity[] getActivities()
    [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 230 final Activity activity = p.activities.get(i); local
231 if (activity.info.enabled
251 final Activity activity = p.receivers.get(i); local
252 if (activity.info.enabled
3230 public final Activity activity; field in class:PackageParser.ActivityIntentInfo
    [all...]
  /frameworks/base/core/java/android/app/
Activity.java 77 * An activity is a single, focused thing that the user can do. Almost all
78 * activities interact with the user, so the Activity class takes care of
83 * or embedded inside of another activity (using {@link ActivityGroup}).
85 * There are two methods almost all subclasses of Activity will implement:
88 * <li> {@link #onCreate} is where you initialize your activity. Most
95 * activity. Most importantly, any changes made by the user should at this
101 * activity classes must have a corresponding
102 * {@link android.R.styleable#AndroidManifestActivity &lt;activity&gt;}
105 * <p>The Activity class is an important part of an application's overall lifecycle,
113 * <li><a href="#ActivityLifecycle">Activity Lifecycle</a
    [all...]
ContextImpl.java 164 * context object for Activity and other application components.
627 "Calling startActivity() from outside of an Activity "
662 Activity.RESULT_OK, null, null, null, false, false);
673 Activity.RESULT_OK, null, null, receiverPermission, false, false);
685 Activity.RESULT_OK, null, null, receiverPermission, true, false);
728 Activity.RESULT_OK, null, null, null, false, true);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /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 
  /prebuilt/sdk/9/
android.jar 

Completed in 606 milliseconds