Searched refs:mPbapLocalBluetoothProfile (Results 1 – 1 of 1) sorted by relevance
76 private LocalBluetoothProfile mPbapLocalBluetoothProfile; field in BluetoothPairingControllerTest117 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()264 when(mPbapLocalBluetoothProfile.isProfileReady()).thenReturn(mockValue); in mockIsProfileReady()