Home
last modified time | relevance | path

Searched refs:isLeContactSharingEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java186 assertThat(mBluetoothPairingController.isLeContactSharingEnabled()).isFalse(); in isLeContactSharingEnabled_configIsFalse_returnsFalse()
195 assertThat(mBluetoothPairingController.isLeContactSharingEnabled()).isTrue(); in isLeContactSharingEnabled_configIsTrue_returnsTrue()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java225 boolean isLeContactSharingEnabled() { in isLeContactSharingEnabled() method in BluetoothPairingController
237 if (isLeAudio() && !isLeContactSharingEnabled()) { in isContactSharingVisible()