Searched refs:postOnBackgroundThread (Results 1 – 7 of 7) sorted by relevance
74 public static ListenableFuture postOnBackgroundThread(@NonNull Runnable runnable) { in postOnBackgroundThread() method in ThreadUtils84 public static <T> ListenableFuture<T> postOnBackgroundThread(@NonNull Callable<T> callable) { in postOnBackgroundThread() method in ThreadUtils
76 public static ListenableFuture postOnBackgroundThread(@NonNull Runnable runnable) { in postOnBackgroundThread() method in ThreadUtils86 public static <T> ListenableFuture<T> postOnBackgroundThread(@NonNull Callable<T> callable) { in postOnBackgroundThread() method in ThreadUtils
311 ThreadUtils.postOnBackgroundThread(() -> { in onReceive()369 mLastShowWarningTask = ThreadUtils.postOnBackgroundThread(() -> { in onReceive()
537 ThreadUtils.postOnBackgroundThread(() -> { in setUpDeviceIcon()
812 ThreadUtils.postOnBackgroundThread(() -> { in connectDevice()872 ThreadUtils.postOnBackgroundThread(() -> { in adjustVolume()
391 ThreadUtils.postOnBackgroundThread( in getDataFromContactsOnBackgroundThread()
268 ThreadUtils.postOnBackgroundThread(() -> {