OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTIVITY
(Results
1 - 10
of
10
) 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;
/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/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
...]
/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
68
# Allow wrapper scripts to set the default
activity
through
70
# final
activity
name through --
activity
=<name> option.
80
ACTIVITY
=$DEFAULT_ACTIVITY
94
PROGRAM_NAME="
activity
"
112
--
activity
=*)
113
ACTIVITY
=$optarg
299
--start Start package's
activity
on device.
301
--
activity
=<name>
Activity
name for --start [$DEFAULT_ACTIVITY]
[
all
...]
/prebuilts/devtools/tools/lib/
lint-checks.jar
/prebuilts/sdk/tools/lib/
lint_checks.jar
Completed in 294 milliseconds