HomeSort by relevance Sort by last modified time
    Searched defs:ShadowIntent (Results 1 - 2 of 2) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java 217 ShadowIntent.class,
378 ShadowIntent.reset();
675 public static ShadowIntent shadowOf(Intent instance) {
676 return (ShadowIntent) shadowOf_(instance);
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowIntent.java 26 public class ShadowIntent {
54 ShadowIntent other = shadowOf(intent);
198 ShadowIntent srcShadowIntent = shadowOf(src);
429 ShadowIntent other = shadowOf(otherIntent);
537 * Compares an {@code Intent} with a {@code ShadowIntent} (obtained via a call to
540 * @param o a {@code ShadowIntent}
544 public boolean realIntentEquals(ShadowIntent o) {

Completed in 24 milliseconds