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

/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapEmailProvider.java130 public void readDataFromPipe(ParcelFileDescriptor input, Uri uri, String mimeType, method in interface:BluetoothMapEmailProvider.PipeDataReader
140 public void readDataFromPipe(ParcelFileDescriptor input, Uri uri, method in class:BluetoothMapEmailProvider.PipeReader
142 Log.v(TAG, "readDataFromPipe(): uri=" + uri.toString());
151 /* TODO: How to signal the error to the calling entity? Had expected readDataFromPipe
366 func.readDataFromPipe(fds[0], uri, mimeType, opts, args);

Completed in 683 milliseconds