OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTIVITY
(Results
1 - 25
of
168
) sorted by null
1
2
3
4
5
6
7
/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/vogar/src/vogar/
ModeId.java
31
ACTIVITY
,
62
return this !=
ACTIVITY
;
110
case
ACTIVITY
:
124
case
ACTIVITY
:
Run.java
147
this.maxConcurrentActions = (vogar.stream || vogar.modeId == ModeId.
ACTIVITY
)
167
this.keystore = localFile("
activity
", "vogar.keystore");
217
case
ACTIVITY
:
Vogar.java
235
System.out.println(" --mode <
activity
|device|host|jvm>: specify which environment to run in.");
236
System.out.println("
activity
: runs in an Android application on a device or emulator");
328
System.out.println(" --debug-app: enable debugging while running in an
activity
.");
329
System.out.println(" This will require the use of DDMS to connect to the
activity
");
532
if (modeId == ModeId.
ACTIVITY
&& debugPort != null) {
533
System.out.println("
Activity
debugging requires the use of --debug-app and DDMS.");
537
if (debugApp && modeId != ModeId.
ACTIVITY
) {
538
System.out.println("--debug-app can only be used in combination with --mode
activity
.");
/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
/cts/common/host-side/manifest-generator/tests/src/com/android/compatibility/common/generator/
ManifestGeneratorTest.java
48
private static final String
ACTIVITY
= " <
activity
android:name=\"%s\" />\r\n";
75
String activityXml = String.format(
ACTIVITY
, ACTIVITY_A)
76
+ String.format(
ACTIVITY
, ACTIVITY_B);
/cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
ManifestGenerator.java
32
+ "[-s MIN_SDK_VERSION] [-t TARGET_SDK_VERSION] [-r PERMISSION]+ [-a
ACTIVITY
]+";
38
private static final String
ACTIVITY
= "
activity
";
117
for (String
activity
: activities) {
118
serializer.startTag(ns,
ACTIVITY
);
119
serializer.attribute(ns, "android:name",
activity
);
120
serializer.endTag(ns,
ACTIVITY
);
/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/v8/build/android/
adb_gdb
72
# Allow wrapper scripts to set the default
activity
through
74
# final
activity
name through --
activity
=<name> option.
84
ACTIVITY
=$DEFAULT_ACTIVITY
99
PROGRAM_NAME="
activity
"
122
--
activity
=*)
123
ACTIVITY
=$optarg
318
--start[=<url>] Start package's
activity
on device.
323
--
activity
=<name>
Activity
name for --start [$DEFAULT_ACTIVITY]
[
all
...]
/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/
AppTransitionTests.java
68
private static final String HOT_LAUNCH_MESSAGE = "Warning:
Activity
not started, its current"
80
private static final String
ACTIVITY
= "
Activity
";
555
// Needed to update the component name if the very first launch
activity
556
// is different from hot launch
activity
(i.e YouTube)
560
if (activitySplit[0].contains(
ACTIVITY
)) {
/system/extras/tests/workloads/
defs.sh
43
echo "-g : generate
activity
strings"
198
# b) look for another
activity
getting a pause event
218
# first surfaceflinger event associated with the target
activity
346
cmd="actName=\$${1}
Activity
"
471
echo Error: cannot generate
activity
list when run on device
480
eval "${app}
Activity
=$act"
481
echo "
ACTIVITY
: $app --> $(getActivityName $app)"
/prebuilts/tools/common/m2/repository/com/jakewharton/butterknife/7.0.1/
butterknife-7.0.1.jar
/prebuilts/devtools/tools/lib/
manifest-merger.jar
/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/gradle-plugin/com/android/tools/build/manifest-merger/23.1.0/
manifest-merger-23.1.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.1.3/
manifest-merger-23.1.3.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.1.4/
manifest-merger-23.1.4.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.2.0/
manifest-merger-23.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/build/manifest-merger/23.2.1/
manifest-merger-23.2.1.jar
Completed in 539 milliseconds
1
2
3
4
5
6
7