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

/frameworks/base/services/core/java/com/android/server/
H A DIoThread.java27 public final class IoThread extends ServiceThread { class in inherits:ServiceThread
28 private static IoThread sInstance;
31 private IoThread() { method in class:IoThread
37 sInstance = new IoThread();
44 public static IoThread get() {
45 synchronized (IoThread.class) {
52 synchronized (IoThread.class) {

Completed in 45 milliseconds