Searched defs:withFlags (Results 1 – 2 of 2) sorted by relevance
148 fun withFlags(flags: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withFlags() method
300 public LaunchIntent withFlags(IntentFlag... flags) { in withFlags() method in Persistence.LaunchIntent