Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingControllerTest.java76 private LocalBluetoothProfile mPbapLocalBluetoothProfile; field in BluetoothPairingControllerTest
117 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()