Searched refs:BluetoothPbapConfig (Results 1 – 6 of 6) sorted by relevance
58 BluetoothPbapConfig.init(mContext); in testInit_whenUseProfileForOwnerVcardIsTrue()59 assertThat(BluetoothPbapConfig.useProfileForOwnerVcard()).isTrue(); in testInit_whenUseProfileForOwnerVcardIsTrue()66 BluetoothPbapConfig.init(mContext); in testInit_whenUseProfileForOwnerVcardIsFalse()67 assertThat(BluetoothPbapConfig.useProfileForOwnerVcard()).isFalse(); in testInit_whenUseProfileForOwnerVcardIsFalse()75 BluetoothPbapConfig.init(mContext); in testInit_whenUseProfileForOwnerVcardThrowsException()83 BluetoothPbapConfig.init(mContext); in testInit_whenIncludePhotosInVcardIsTrue()84 assertThat(BluetoothPbapConfig.includePhotosInVcard()).isTrue(); in testInit_whenIncludePhotosInVcardIsTrue()91 BluetoothPbapConfig.init(mContext); in testInit_whenIncludePhotosInVcardIsFalse()92 assertThat(BluetoothPbapConfig.includePhotosInVcard()).isFalse(); in testInit_whenIncludePhotosInVcardIsFalse()100 BluetoothPbapConfig.init(mContext); in testInit_whenIncludePhotosInVcardThrowsException()
81 BluetoothPbapConfig.setIncludePhotosInVcard(true); in testGetOwnerPhoneNumberVcard_whenUseProfileForOwnerVcard()89 BluetoothPbapConfig.setIncludePhotosInVcard(false); in testGetOwnerPhoneNumberVcard_whenNotUseProfileForOwnerVcard()
30 public class BluetoothPbapConfig { class
106 if (!BluetoothPbapConfig.includePhotosInVcard()) { in getOwnerPhoneNumberVcardFromProfile()115 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getOwnerPhoneNumberVcard()287 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getPhonebookNameList()376 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getSelectedPhonebookNameList()
136 BluetoothPbapConfig.includePhotosInVcard() in createFilteredVCardComposer()
741 BluetoothPbapConfig.init(this); in start()