Searched defs:syncRunOnUiThread (Results 1 – 10 of 10) sorted by relevance
109 public final void syncRunOnUiThread(@NonNull Runnable action) { in syncRunOnUiThread() method in AbstractContentCaptureActivity119 syncRunOnUiThread(() -> { in syncCallOnUiThread() method137 public final void syncRunOnUiThread(@NonNull Runnable action, long timeoutMs) { in syncRunOnUiThread() method in AbstractContentCaptureActivity
45 syncRunOnUiThread(() -> { in showSoftInputOnExtraInputEditText() method
55 public final void syncRunOnUiThread(Runnable action) { in syncRunOnUiThread() method in AbstractAutoFillActivity63 public final void syncRunOnUiThread(Runnable action, long timeoutMs) { in syncRunOnUiThread() method in AbstractAutoFillActivity
86 syncRunOnUiThread(() -> { in loadWebView() method151 syncRunOnUiThread(() -> { in loadOutsideViews() method
71 syncRunOnUiThread(() -> { in loadWebView() method
165 syncRunOnUiThread(() -> { in onInput() method
126 syncRunOnUiThread(() -> { in setTime() method
131 syncRunOnUiThread(() -> { in setTextAndWaitTextChange() method
397 syncRunOnUiThread(() -> { in setTextAndWaitTextChange() method
585 public static void syncRunOnUiThread(Activity activity, Runnable runnable) throws Exception { in syncRunOnUiThread() method in AndroidMockitoHelper593 public static void syncRunOnUiThread(long timeoutMs, Activity activity, Runnable runnable) in syncRunOnUiThread() method in AndroidMockitoHelper