Home
last modified time | relevance | path

Searched refs:ExecutionImpl (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/concurrency/
H A DExecution.kt30 class ExecutionImpl @Inject constructor() : Execution { regex
H A DGlobalConcurrencyModule.java90 public abstract Execution provideExecution(ExecutionImpl execution); in provideExecution()