Searched defs:resultSupplier (Results 1 – 2 of 2) sorted by relevance
420 @NonNull MockA11yImeCommand command, @NonNull Supplier<Object> resultSupplier) { in onHandleCommand()
1542 private <T> void waitUntil(Supplier<T> resultSupplier, T expectedResult) { in waitUntil()1548 private <T> void waitUntil(Supplier<T> resultSupplier, Function<T, Boolean> condition, in waitUntil()