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

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
PbapParserTest.java 76 BluetoothPbapVcardList pbapVCardList = new BluetoothPbapVcardList(mAccount, fileStream,
98 BluetoothPbapVcardList pbapVCardList = new BluetoothPbapVcardList(mAccount, fileStream,
119 BluetoothPbapVcardList pbapVCardList = new BluetoothPbapVcardList(mAccount, fileStream,
142 BluetoothPbapVcardList pbapVCardList = new BluetoothPbapVcardList(mAccount, fileStream,
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
BluetoothPbapRequestPullPhoneBook.java 38 private BluetoothPbapVcardList mResponse;
98 mResponse = new BluetoothPbapVcardList(mAccount, stream, mFormat);
BluetoothPbapVcardList.java 35 class BluetoothPbapVcardList {
55 BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException {

Completed in 109 milliseconds