Home
last modified time | relevance | path

Searched refs:otherIntent (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowIntent.java427 public int fillIn(Intent otherIntent, int flags) { in fillIn() argument
429 ShadowIntent other = shadowOf(otherIntent); in fillIn()