Home
last modified time | relevance | path

Searched refs:useProfileForOwnerVcard (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapConfigTest.java59 assertThat(BluetoothPbapConfig.useProfileForOwnerVcard()).isTrue(); in testInit_whenUseProfileForOwnerVcardIsTrue()
67 assertThat(BluetoothPbapConfig.useProfileForOwnerVcard()).isFalse(); in testInit_whenUseProfileForOwnerVcardIsFalse()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapConfig.java62 public static boolean useProfileForOwnerVcard() { in useProfileForOwnerVcard() method in BluetoothPbapConfig
DBluetoothPbapVcardManager.java115 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getOwnerPhoneNumberVcard()
287 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getPhonebookNameList()
376 if (BluetoothPbapConfig.useProfileForOwnerVcard()) { in getSelectedPhonebookNameList()