Searched defs:getOnMainSync (Results 1 – 2 of 2) sorted by relevance
38 public static <T> T getOnMainSync(@NonNull Supplier<T> supplier) { in getOnMainSync() method in TestUtils
364 private <T> T getOnMainSync(@NonNull Supplier<T> supplier) throws Throwable { in getOnMainSync() method in ViewInputConnectionTest