OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentAction
(Results
1 - 2
of
2
) sorted by null
/cts/tests/app/src/android/app/cts/
LocalActivityManagerTestHelper.java
40
private String
mCurrentAction
;
56
mCurrentAction
= getIntent().getAction();
67
if (
mCurrentAction
.equals(ACTION_DISPATCH_RESUME)) {
69
} else if (
mCurrentAction
.equals(ACTION_START_ACTIVITY)) {
71
} else if (
mCurrentAction
.equals(ACTION_DISPATCH_CREATE)) {
73
} else if (
mCurrentAction
.equals(ACTION_DISPATCH_STOP)) {
75
} else if (
mCurrentAction
.equals(ACTION_DISPATCH_PAUSE_TRUE)) {
77
} else if (
mCurrentAction
.equals(ACTION_DISPATCH_PAUSE_FALSE)) {
79
} else if (
mCurrentAction
.equals(ACTION_SAVE_INSTANCE_STATE)) {
81
} else if (
mCurrentAction
.equals(ACTION_DISPATCH_DESTROY))
[
all
...]
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
69
private ActionType
mCurrentAction
;
107
mCurrentAction
= ActionType.INVALID;
241
return
mCurrentAction
;
245
mCurrentAction
= type;
Completed in 34 milliseconds