Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DConcurrentState.java33 private static class ExecutorListenerPair implements Runnable { class in ConcurrentState
37 public ExecutorListenerPair(Executor executor, Runnable listener) { in ExecutorListenerPair() method in ConcurrentState.ExecutorListenerPair