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

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
StartedMatcher.java 46 Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedActivity();
48 if (actualStartedIntent == null) {
53 ShadowIntent shadowIntent = shadowOf(actualStartedIntent);
57 message += "started " + actualStartedIntent;
StartedServiceMatcher.java 55 Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService();
57 if (actualStartedIntent == null) {
62 ShadowIntent shadowIntent = shadowOf(actualStartedIntent);
68 message += "started " + actualStartedIntent;

Completed in 100 milliseconds