Home
last modified time | relevance | path

Searched refs:BluetoothPbapConfig (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java127 if (!BluetoothPbapConfig.includePhotosInVcard()) { in getOwnerPhoneNumberVcardFromProfile()
136 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getOwnerPhoneNumberVcard()
257 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getPhonebookNameList()
320 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getSelectedPhonebookNameList()
DBluetoothPbapConfig.java26 public class BluetoothPbapConfig { class
DBluetoothPbapUtils.java117 BluetoothPbapConfig.includePhotosInVcard() && (!hasFilter(filter) || isFilterBitSet( in createFilteredVCardComposer()
DBluetoothPbapService.java500 BluetoothPbapConfig.init(this); in start()