Home
last modified time | relevance | path

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

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegate.java118 static SerialExecutor sSerialExecutorForLocalesStorage = new
119 SerialExecutor(new ThreadPerTaskExecutor());
129 static class SerialExecutor implements Executor { class in AppCompatDelegate
135 SerialExecutor(Executor executor) { in SerialExecutor() method in AppCompatDelegate.SerialExecutor