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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullVcardListing.java 22 import com.android.bluetooth.pbapclient.BluetoothPbapVcardListing;
36 private BluetoothPbapVcardListing mResponse = null;
89 mResponse = new BluetoothPbapVcardListing(stream);
BluetoothPbapVcardListing.java 29 class BluetoothPbapVcardListing {
31 private static final String TAG = "BluetoothPbapVcardListing";
35 public BluetoothPbapVcardListing(InputStream in) throws IOException {

Completed in 476 milliseconds