Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java201 mockIsProfileReady(false); in isContactSharingVisible_profileIsNotReady_returnsTrue()
214 mockIsProfileReady(true); in isContactSharingVisible_profileIsReady_returnsFalse()
227 mockIsProfileReady(true); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsReady_returnsFalse()
240 mockIsProfileReady(false); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsNotReady_returnsTrue()
253 mockIsProfileReady(false); in isContactSharingVisible_DeviceIsLeAndContactSharingIsNotEnabled_returnsFalse()
263 private void mockIsProfileReady(boolean mockValue) { in mockIsProfileReady() method in BluetoothPairingControllerTest