Searched refs:postOnBackgroundThread (Results 1 – 4 of 4) sorted by relevance
67 public static Future postOnBackgroundThread(Runnable runnable) { in postOnBackgroundThread() method in ThreadUtils76 public static Future postOnBackgroundThread(Callable callable) { in postOnBackgroundThread() method in ThreadUtils
256 ThreadUtils.postOnBackgroundThread(() -> { in onReceive()314 mLastShowWarningTask = ThreadUtils.postOnBackgroundThread(() -> { in onReceive()
844 ThreadUtils.postOnBackgroundThread(() -> {
1593 ThreadUtils.postOnBackgroundThread(() -> { in AppEntry()