Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java92 private BluetoothPairingController createBluetoothPairingController() { in createBluetoothPairingController() method in BluetoothPairingControllerTest
116 mBluetoothPairingController = createBluetoothPairingController(); in setUp()
166 mBluetoothPairingController = createBluetoothPairingController(); in isLeAudio_noLeProfile_returnsFalse()
175 mBluetoothPairingController = createBluetoothPairingController(); in isLeAudio_isLeProfile_returnsTrue()
184 mBluetoothPairingController = createBluetoothPairingController(); in isLeContactSharingEnabled_configIsFalse_returnsFalse()
193 mBluetoothPairingController = createBluetoothPairingController(); in isLeContactSharingEnabled_configIsTrue_returnsTrue()
205 mBluetoothPairingController = createBluetoothPairingController(); in isContactSharingVisible_profileIsNotReady_returnsTrue()
218 mBluetoothPairingController = createBluetoothPairingController(); in isContactSharingVisible_profileIsReady_returnsFalse()
231 mBluetoothPairingController = createBluetoothPairingController(); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsReady_returnsFalse()
244 mBluetoothPairingController = createBluetoothPairingController(); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsNotReady_returnsTrue()
[all …]