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

/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java35 public final class TransferPipe implements Runnable { class in inherits:Runnable
36 static final String TAG = "TransferPipe";
56 public TransferPipe() throws IOException { method in class:TransferPipe
57 mThread = new Thread(this, "TransferPipe");
89 TransferPipe tp = new TransferPipe();
114 TransferPipe tp = new TransferPipe();

Completed in 58 milliseconds