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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowIntent.java595 ifWeHave(componentName, "componentName"),
596 ifWeHave(action, "action"),
597 ifWeHave(extras, "extras"),
598 ifWeHave(data, "data"),
599 ifWeHave(type, "type")
659 private String ifWeHave(Object o, String name) { method in class:ShadowIntent

Completed in 113 milliseconds