Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java117 mBluetoothPairingController.mockPbapClientProfile(mPbapLocalBluetoothProfile); in setUp()
206 mBluetoothPairingController.mockPbapClientProfile(mPbapLocalBluetoothProfile); in isContactSharingVisible_profileIsNotReady_returnsTrue()
219 mBluetoothPairingController.mockPbapClientProfile(mPbapLocalBluetoothProfile); in isContactSharingVisible_profileIsReady_returnsFalse()
232 mBluetoothPairingController.mockPbapClientProfile(mPbapLocalBluetoothProfile); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsReady_returnsFalse()
245 mBluetoothPairingController.mockPbapClientProfile(mPbapLocalBluetoothProfile); in isContactSharingVisible_DeviceIsLeAudioAndProfileIsNotReady_returnsTrue()
258 mBluetoothPairingController.mockPbapClientProfile(mPbapLocalBluetoothProfile); in isContactSharingVisible_DeviceIsLeAndContactSharingIsNotEnabled_returnsFalse()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingController.java513 void mockPbapClientProfile(LocalBluetoothProfile mockPbapClientProfile) { in mockPbapClientProfile() argument
514 mPbapClientProfile = mockPbapClientProfile; in mockPbapClientProfile()