Home
last modified time | relevance | path

Searched defs:executeAtTime (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DDelayableExecutor.java53 default Runnable executeAtTime(Runnable r, long uptime) { in executeAtTime() method
64 Runnable executeAtTime(Runnable r, long uptimeMillis, TimeUnit unit); in executeAtTime() method
H A DExecutorImpl.java53 public Runnable executeAtTime(Runnable r, long uptimeMillis, TimeUnit unit) { in executeAtTime() method in ExecutorImpl
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/concurrency/
H A DFakeExecutor.java153 public Runnable executeAtTime(Runnable r, long uptime, TimeUnit unit) { in executeAtTime() method in FakeExecutor