OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:someotherintent
(Results
1 - 1
of
1
) sorted by null
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationManagerTest.java
178
Intent
someOtherIntent
= new Intent("some_other_action");
180
Robolectric.getShadowApplication().getApplicationContext(), 0,
someOtherIntent
,
215
Intent
someOtherIntent
= new Intent("some_other_action");
217
0,
someOtherIntent
, PendingIntent.FLAG_UPDATE_CURRENT);
Completed in 388 milliseconds