Searched refs:accept (Results 1 – 5 of 5) sorted by relevance
37 …Methods accepting `File` should also accept `FileDescriptor` or streams: method androidx.test.uiau…39 …Methods accepting `File` should also accept `FileDescriptor` or streams: method androidx.test.uiau…
433 public boolean accept(AccessibilityEvent event) {461 public boolean accept(AccessibilityEvent event) {
103 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.WaitForAnyEventPredicate119 public boolean accept(AccessibilityEvent t) { in accept() method in InteractionController.WaitForAllEventPredicate
907 public boolean accept(AccessibilityEvent event) { in scrollUntil()908 return condition.accept(event) || scrollFinished.accept(event); in scrollUntil()
746 public boolean accept(AccessibilityEvent event) { in testScrollUntil_eventConditionNotSatisfied()