OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIntentClass
(Results
1 - 9
of
9
) sorted by null
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedServiceMatcher.java
66
boolean intentsMatch = shadowOf(expectedIntent).
getIntentClass
().equals(shadowIntent.
getIntentClass
());
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java
212
assertSame(si.
getIntentClass
(), thisClass);
223
assertSame(si.
getIntentClass
(), thisClass);
229
assertEquals(shadowOf(intent).
getIntentClass
(), getClass());
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java
585
public Class<?>
getIntentClass
() {
/external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar
shadows-core-3.1-SNAPSHOT-17.jar
shadows-core-3.1-SNAPSHOT-18.jar
shadows-core-3.1-SNAPSHOT-19.jar
shadows-core-3.1-SNAPSHOT-21.jar
shadows-core-3.1-SNAPSHOT-22.jar
Completed in 525 milliseconds