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

  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullVcardEntry.java 37 private BluetoothPbapVcardList mResponse;
73 mResponse = new BluetoothPbapVcardList(mAccount, stream, mFormat);
BluetoothPbapRequestPullPhoneBook.java 39 private BluetoothPbapVcardList mResponse;
100 mResponse = new BluetoothPbapVcardList(mAccount, stream, mFormat);
BluetoothPbapVcardList.java 35 class BluetoothPbapVcardList {
55 public BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException {

Completed in 2006 milliseconds