Searched defs:SystemServerInitThreadPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DSystemServerInitThreadPool.java40 public class SystemServerInitThreadPool { class
41 private static final String TAG = SystemServerInitThreadPool.class.getSimpleName();
45 private static SystemServerInitThreadPool sInstance;
50 public static synchronized SystemServerInitThreadPool get() {
52 sInstance = new SystemServerInitThreadPool();

Completed in 35 milliseconds