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

1 2 3 4 5 6 7

  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 30 enum Activity { kPassive = 0, kActive = 1, kError = -1 };
37 virtual Activity VoiceActivity(const int16_t* audio,
  /packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
VoicemailStatusCorruptionHandler.java 42 Activity,
94 case Activity:
  /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) {
  /device/google/contexthub/util/nanotool/
contexthub.h 69 Activity,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 40 * {@link Activity}s to handle clicks to the pass and fail buttons of the pass fail buttons layout.
48 * <li>Make sure to call setResult(RESULT_CANCEL) in your Activity initially.</li>
67 * Call from {@link Activity#onCreate} after {@link Activity #setContentView(int)}.
72 * Adds an initial informational dialog that appears when entering the test activity for
76 * Call from {@link Activity#onCreate} after {@link Activity #setContentView(int)}.
94 * Set the result of the test and finish the activity.
104 public static class Activity extends android.app.Activity implements PassFailActivity
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/activity/
BroadcastTest.java 17 package android.app.activity;
19 import android.app.Activity;
40 "com.android.frameworks.coretests.activity.BROADCAST_REGISTERED";
42 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL";
44 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL_GRANTED";
46 "com.android.frameworks.coretests.activity.BROADCAST_LOCAL_DENIED";
48 "com.android.frameworks.coretests.activity.BROADCAST_REMOTE";
50 "com.android.frameworks.coretests.activity.BROADCAST_REMOTE_GRANTED";
52 "com.android.frameworks.coretests.activity.BROADCAST_REMOTE_DENIED";
54 "com.android.frameworks.coretests.activity.BROADCAST_ALL"
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 52 public enum Activity {
  /packages/apps/Dialer/java/com/android/dialer/app/list/
ListsFragment.java 282 getContext(), statusCursor, Source.Activity);
  /frameworks/base/core/java/android/app/
Activity.java 139 * An activity is a single, focused thing that the user can do. Almost all
140 * activities interact with the user, so the Activity class takes care of
145 * or embedded inside of another activity (using {@link ActivityGroup}).
147 * There are two methods almost all subclasses of Activity will implement:
150 * <li> {@link #onCreate} is where you initialize your activity. Most
157 * activity. Most importantly, any changes made by the user should at this
163 * activity classes must have a corresponding
164 * {@link android.R.styleable#AndroidManifestActivity &lt;activity&gt;}
170 * <li><a href="#ActivityLifecycle">Activity Lifecycle</a>
180 * <p>The Activity class is an important part of an application's overall lifecycle
777 Object activity; field in class:Activity.NonConfigurationInstances
2337 Object activity = onRetainNonConfigurationInstance(); local
    [all...]
ContextImpl.java 140 * context object for Activity and other application components.
852 // Calling start activity from outside an activity without FLAG_ACTIVITY_NEW_TASK is
853 // generally not allowed, except if the caller specifies the task id the activity should
858 "Calling startActivity() from outside of an Activity "
864 (Activity) null, intent, -1, options);
892 "Calling startActivities() from outside of an Activity "
898 (Activity) null, intents, options, userHandle.getIdentifier());
906 "Calling startActivities() from outside of an Activity "
912 (Activity) null, intents, options)
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
ActivityManagerState.java 50 private static final String DUMPSYS_ACTIVITY_ACTIVITIES = "dumpsys activity activities";
95 // Wait half a second between retries for activity manager to finish transitioning.
129 logE("No focused activity found...");
258 for (Activity activity : task.mActivities) {
259 if (activity.name.equals(activityName)) {
271 for (Activity activity : task.mActivities) {
272 if (activity.name.equals(activityName)) {
273 return activity.visible
319 Activity activity = getHomeActivity(); local
557 final Activity activity = local
680 final Activity activity = new Activity(); local
    [all...]
  /prebuilts/sdk/tools/lib/
shrinkedAndroid.jar 
  /prebuilts/tools/common/m2/repository/org/shredzone/flattr4j/flattr4j-core/2.12/
flattr4j-core-2.12.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 680 final Activity a = p.activities.get(i);
694 final Activity a = p.receivers.get(i);
3849 Activity activity = activities.get(n); local
7312 public Activity activity; field in class:ActivityIntentInfo
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 86 import android.app.Activity;
167 // How long we wait until giving up on the last activity to pause. This
169 // next activity.
172 // How long we wait for the activity to tell us it has stopped before
177 // How long we wait until giving up on an activity telling us it has
185 // Set to false to disable the preview that is shown while a new activity
233 // Stack is considered visible, but only becuase it has activity that is visible behind other
281 * When we are in the process of pausing an activity, before starting the
282 * next one, this variable holds the activity that is currently being paused.
287 * This is the last activity that we put into the paused state. This i
1552 final ActivityRecord activity = activities.get(activityNdx); local
4153 final ActivityRecord activity = activities.get(actNdx); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 

Completed in 1902 milliseconds

1 2 3 4 5 6 7