Searched refs:BluetoothPbapVcardManager (Results 1 – 4 of 4) sorted by relevance
65 BluetoothPbapVcardManager mManager;71 mManager = new BluetoothPbapVcardManager(mContext); in setUp()267 when(cursor.getString(BluetoothPbapVcardManager.CALLS_NAME_COLUMN_INDEX)) in testLoadCallHistoryList()273 when(cursor.getString(BluetoothPbapVcardManager.CALLS_NUMBER_COLUMN_INDEX)) in testLoadCallHistoryList()279 when(cursor.getInt(BluetoothPbapVcardManager.CALLS_NUMBER_PRESENTATION_COLUMN_INDEX)) in testLoadCallHistoryList()431 assertThat(BluetoothPbapVcardManager.getNameFromVCard(vCard)).isEqualTo("Test Name"); in getNameFromVCard()
32 import com.android.bluetooth.pbap.BluetoothPbapVcardManager.ContactCursorFilter;33 import com.android.bluetooth.pbap.BluetoothPbapVcardManager.PropertySelector;34 import com.android.bluetooth.pbap.BluetoothPbapVcardManager.VCardFilter;
57 public class BluetoothPbapVcardManager { class89 public BluetoothPbapVcardManager(final Context context) { in BluetoothPbapVcardManager() method in BluetoothPbapVcardManager
190 private BluetoothPbapVcardManager mVcardManager;244 mVcardManager = new BluetoothPbapVcardManager(mContext); in BluetoothPbapObexServer()