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

  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 36 public final class TransferPipe implements Runnable, Closeable {
37 static final String TAG = "TransferPipe";
57 public TransferPipe() throws IOException {
61 public TransferPipe(String bufferPrefix) throws IOException {
62 mThread = new Thread(this, "TransferPipe");
100 try (TransferPipe tp = new TransferPipe()) {
122 try (TransferPipe tp = new TransferPipe()) {
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 278 milliseconds