HomeSort by relevance Sort by last modified time
    Searched refs:ACTIVITY (Results 1 - 25 of 28) sorted by null

1 2

  /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;
  /frameworks/compile/libbcc/tests/debuginfo/
build_test_apk.sh 25 ACTIVITY=""
59 sed -e "s/%ACTIVITY%/$3/g" -e "s/%PACKAGE%/$4/g" -e "s/%TESTCASE%/$5/g" -e "s/%MINSDK%/$6/g" < $src > $dest;
84 --activity)
86 ACTIVITY="$2"
135 echo " --activity <name> Name for your default Activity class"
154 # Compute activity, appname, and java package, if not specified via parameters
155 if [ -z "$ACTIVITY" ]; then
156 ACTIVITY="$TESTCASE";
160 NAME="$ACTIVITY"
    [all...]
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
ACTIVITY.java.template 19 import android.app.Activity;
22 // Renderscript activity
23 public class %ACTIVITY% extends Activity {
32 // Create our view and set it as the content of our Activity
44 // to take appropriate action when the activity loses focus
52 // to take appropriate action when the activity loses focus
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
ACTIVITY.java.template 19 import android.app.Activity;
22 // Renderscript activity
23 public class %ACTIVITY% extends Activity {
32 // Create our view and set it as the content of our Activity
40 // to take appropriate action when the activity loses focus
48 // to take appropriate action when the activity loses focus
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
ACTIVITY.java.template 19 import android.app.Activity;
22 // Renderscript activity
23 public class %ACTIVITY% extends Activity {
32 // Create our view and set it as the content of our Activity
44 // to take appropriate action when the activity loses focus
52 // to take appropriate action when the activity loses focus
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 112 /** The associated value should represent a fully qualified activity class name */
113 ACTIVITY,
328 || constraints.contains(Constraint.ACTIVITY)) {
347 if (constraints.contains(Constraint.ACTIVITY)) {
  /external/chromium_org/build/android/
adb_gdb 73 # Allow wrapper scripts to set the default activity through
75 # final activity name through --activity=<name> option.
85 ACTIVITY=$DEFAULT_ACTIVITY
99 PROGRAM_NAME="activity"
117 --activity=*)
118 ACTIVITY=$optarg
309 --start Start package's activity on device.
311 --activity=<name> Activity name for --start [$DEFAULT_ACTIVITY]
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.8.0/
manifest-merger-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/22.9.2/
manifest-merger-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.1/
manifest-merger-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.0.2/
manifest-merger-23.0.2.jar 
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.sat4j.core_2.3.5.v201308161310.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.9.2/
lint-checks-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/23.0.1/
lint-checks-23.0.1.jar 

Completed in 280 milliseconds

1 2