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

  /cts/tests/framework/base/windowmanager/appPrereleaseSdk/fake-framework/src/android/app/
Activity.java 19 public class Activity {
  /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,
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/bytecode/
ShadowMapTest.java 52 assertThat(map.getShadowInfo(Activity.class, -1)).isNull();
59 assertThat(map.getShadowInfo(android.app.Activity.class, -1).shadowClassName)
102 static class 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...]
  /cts/tests/tests/keystore/src/android/server/am/
ActivityManagerState.java 58 private static final String DUMPSYS_ACTIVITY_ACTIVITIES = "dumpsys activity --proto activities";
87 // Wait half a second between retries for activity manager to finish transitioning.
117 logE("No focused activity found...");
209 for (Activity activity : task.mActivities) {
210 if (activity.name.equals(fullName)) {
211 return activity.visible;
220 final Activity homeActivity = getHomeActivity();
225 Activity activity = getHomeActivity() local
    [all...]
  /cts/tests/framework/base/windowmanager/util/src/android/server/wm/
ActivityManagerState.java 68 private static final String DUMPSYS_ACTIVITY_ACTIVITIES = "dumpsys activity --proto activities";
100 // Wait half a second between retries for activity manager to finish transitioning.
131 logE("No focused activity found...");
190 * @return Whether the home activity is the recents component.
360 for (Activity activity : task.mActivities) {
361 if (activity.name.equals(fullName)) {
371 /** Get display id by activity on it. */
400 for (Activity activity : task.mActivities)
542 Activity activity = getHomeActivity(); local
    [all...]
  /external/libchrome/base/debug/
activity_tracker.h 5 // Activity tracking provides a low-overhead method of collecting information
55 // The maximum number of call-stack addresses stored per activity. This
94 // The data associated with an activity is dependent upon the activity type.
179 // A "null" activity-data that can be passed to indicate "do not change".
244 // This structure is the full contents recorded for every activity pushed
248 struct Activity {
249 // SHA1(base::debug::Activity): Increment this if structure changes!
255 // The type of an activity on the stack. Activities are broken into
295 // a combined activity type
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 574 Activity,

Completed in 1339 milliseconds