HomeSort by relevance Sort by last modified time
    Searched defs:SystemServerInitThreadPool (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/
SystemServerInitThreadPool.java 40 public class SystemServerInitThreadPool {
41 private static final String TAG = SystemServerInitThreadPool.class.getSimpleName();
45 private static SystemServerInitThreadPool sInstance;
50 public static synchronized SystemServerInitThreadPool get() {
52 sInstance = new SystemServerInitThreadPool();
  /frameworks/base/services/java/com/android/server/
SystemServer.java 421 SystemServerInitThreadPool.get();
432 SystemServerInitThreadPool.shutdown();
541 SystemServerInitThreadPool.get().submit(SystemConfig::getInstance, TAG_SYSTEM_CONFIG);
682 mSensorServiceStart = SystemServerInitThreadPool.get().submit(() -> {
    [all...]

Completed in 391 milliseconds