Searched refs:SerialExecutor (Results 1 – 1 of 1) sorted by relevance
118 static SerialExecutor sSerialExecutorForLocalesStorage = new119 SerialExecutor(new ThreadPerTaskExecutor());129 static class SerialExecutor implements Executor { class in AppCompatDelegate135 SerialExecutor(Executor executor) { in SerialExecutor() method in AppCompatDelegate.SerialExecutor