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

  /frameworks/base/core/java/android/os/
Process.java 372 public static class ZygoteState {
380 private ZygoteState(LocalSocket socket, DataInputStream inputStream,
388 public static ZygoteState connect(String socketAddress) throws IOException {
413 return new ZygoteState(zygoteSocket, zygoteInputStream, zygoteWriter,
439 static ZygoteState primaryZygoteState;
444 static ZygoteState secondaryZygoteState;
537 ZygoteState zygoteState, ArrayList<String> args)
550 final BufferedWriter writer = zygoteState.writer;
551 final DataInputStream inputStream = zygoteState.inputStream
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 722 final Process.ZygoteState zs = Process.ZygoteState.connect(otherZygoteName);

Completed in 144 milliseconds