Home
last modified time | relevance | path

Searched refs:postOnBackgroundThread (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/utils/
DThreadUtils.java67 public static Future postOnBackgroundThread(Runnable runnable) { in postOnBackgroundThread() method in ThreadUtils
76 public static Future postOnBackgroundThread(Callable callable) { in postOnBackgroundThread() method in ThreadUtils
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
DPowerUI.java221 ThreadUtils.postOnBackgroundThread(() -> { in onReceive()
278 mLastShowWarningTask = ThreadUtils.postOnBackgroundThread(() -> { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java622 ThreadUtils.postOnBackgroundThread(() -> {