Searched refs:realIntentEquals (Results 1 - 2 of 2) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
H A DStartedMatcher.java55 boolean intentsMatch = shadowOf(expectedIntent).realIntentEquals(shadowIntent);
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java544 public boolean realIntentEquals(ShadowIntent o) { method in class:ShadowIntent
575 return realIntentEquals(shadowOf((Intent) o));

Completed in 119 milliseconds