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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 34 * {@link Activity}s to handle clicks to the pass and fail buttons of the pass fail buttons layout.
42 * <li>Make sure to call setResult(RESULT_CANCEL) in your Activity initially.</li>
61 * Call from {@link Activity#onCreate} after {@link Activity #setContentView(int)}.
66 * Adds an initial informational dialog that appears when entering the test activity for
70 * Call from {@link Activity#onCreate} after {@link Activity #setContentView(int)}.
91 public static class Activity extends android.app.Activity implements PassFailActivity {
191 private static <T extends android.app.Activity & PassFailActivity
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 21 import android.app.Activity;
47 public class VoiceRecognition extends Activity implements OnClickListener {
60 * Called with the activity is first created.
77 // Check to see if a recognition activity is present
104 * Fire an intent to start the speech recognition activity.
135 * Handle the results from the recognition activity.
153 new SupportedLanguageBroadcastReceiver(), null, Activity.RESULT_OK, null, null);
185 if (getResultCode() != Activity.RESULT_OK) {
  /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
570 * @return An array of fully qualified class names, or empty if no activity were found.
572 public Activity[] getActivities()
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 136 * context object for Activity and other application components.
848 "Calling startActivity() from outside of an Activity "
854 (Activity)null, intent, -1);
861 "Calling startActivities() from outside of an Activity "
867 (Activity)null, intents);
    [all...]
Activity.java 86 * An activity is a single, focused thing that the user can do. Almost all
87 * activities interact with the user, so the Activity class takes care of
92 * or embedded inside of another activity (using {@link ActivityGroup}).
94 * There are two methods almost all subclasses of Activity will implement:
97 * <li> {@link #onCreate} is where you initialize your activity. Most
104 * activity. Most importantly, any changes made by the user should at this
110 * activity classes must have a corresponding
111 * {@link android.R.styleable#AndroidManifestActivity &lt;activity&gt;}
117 * <li><a href="#ActivityLifecycle">Activity Lifecycle</a>
127 * <p>The Activity class is an important part of an application's overall lifecycle
683 Object activity; field in class:Activity.NonConfigurationInstances
1567 Object activity = onRetainNonConfigurationInstance(); local
    [all...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 250 final Activity activity = p.activities.get(i); local
251 if (activity.info.enabled
271 final Activity activity = p.receivers.get(i); local
272 if (activity.info.enabled
3461 public final Activity activity; field in class:PackageParser.ActivityIntentInfo
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 89 public enum Activity {
247 protected Activity mActivity = Activity.NONE;
546 public Activity getActivity() {
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
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 7800 milliseconds