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

  /cts/libs/vogar-expect/src/vogar/
ModeId.java 20 DEVICE, JVM, ACTIVITY, SIM, HOST;
23 return this != ACTIVITY;
31 return this == DEVICE || this == ACTIVITY || this == SIM || this == HOST;
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
OverdrawDetector.java 101 "conclude which activity the layout is associated with and then wrongly complain " +
119 /** Mapping from FQN activity names to theme names registered in the manifest */
125 /** Mapping from layout name (not including {@code @layout/} prefix) to activity FQN */
234 for (String activity : activities) {
235 String theme = mActivityToTheme.get(activity);
468 // not an activity, it skips everything inside).
478 private static final String ACTIVITY = "Activity"; //$NON-NLS-1$
485 if (mActivities != null && mActivities.contains(mClassFqn) || name.endsWith(ACTIVITY)
487 node.astExtending().getDescription().endsWith(ACTIVITY)) {
    [all...]
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 27 import android.app.Activity;
72 public static final Activity ACTIVITY = new Activity();
179 String[] requiredFeatures, Bundle options, Activity activity,
188 activity,
216 private Bundle getAuthTokenByFeature(String[] features, Activity activity)
222 activity,
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 80 milliseconds