OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentIntent
(Results
1 - 6
of
6
) 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
248
public static Intent
currentIntent
;
272
currentIntent
= intent;
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 96 milliseconds