HomeSort by relevance Sort by last modified time
    Searched refs:ACTIVITY (Results 1 - 2 of 2) 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;
  /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...]

Completed in 281 milliseconds