OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentIntent
(Results
1 - 3
of
3
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java
103
if (Monkey.
currentIntent
== null) {
106
return Monkey.
currentIntent
.getAction();
111
if (Monkey.
currentIntent
== null) {
114
return Monkey.
currentIntent
.getComponent().getClassName();
119
if (Monkey.
currentIntent
== null) {
122
return Monkey.
currentIntent
.getComponent().getPackageName();
127
if (Monkey.
currentIntent
== null) {
130
return Monkey.
currentIntent
.getDataString();
135
if (Monkey.
currentIntent
== null) {
139
for (String cat : Monkey.
currentIntent
.getCategories())
[
all
...]
Monkey.java
255
public static Intent
currentIntent
;
297
currentIntent
= intent;
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
[
all
...]
Completed in 87 milliseconds