Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java111 mockIsLeAudio(false); in setUp()
164 mockIsLeAudio(false); in isLeAudio_noLeProfile_returnsFalse()
173 mockIsLeAudio(true); in isLeAudio_isLeProfile_returnsTrue()
202 mockIsLeAudio(false); in isContactSharingVisible_profileIsNotReady_returnsTrue()
215 mockIsLeAudio(false); in isContactSharingVisible_profileIsReady_returnsFalse()
228 mockIsLeAudio(true); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsReady_returnsFalse()
241 mockIsLeAudio(true); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsNotReady_returnsTrue()
254 mockIsLeAudio(true); in isContactSharingVisible_DeviceIsLeAndContactSharingIsNotEnabled_returnsFalse()
267 private void mockIsLeAudio(boolean mockValue) { in mockIsLeAudio() method in BluetoothPairingControllerTest