Searched refs:startPairing (Results 1 – 9 of 9) sorted by relevance
140 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_startsPairing()148 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_pairingStartFails_resumesScanning()159 when(mUnbondedCachedDevice.startPairing()).thenReturn(true); in onDeviceClicked_requestsPhonebookAccess()171 when(mUnbondedCachedDevice.startPairing()).thenReturn(true); in onDeviceClicked_requestsMessageAccess()
221 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_unbondedDevice_needsAuth_startsPairing()233 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning()
399 public void startPairing(BluetoothDevice device) { in startPairing() method in BluetoothDevicePairer400 startPairing(device, true); in startPairing()441 private void startPairing(BluetoothDevice device, boolean isManual) { in startPairing() method in BluetoothDevicePairer506 startPairing(mTarget, false); in updatePairingState()
461 mBluetoothPairer.startPairing(target); in btDeviceClicked()
102 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEvent()118 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEventAndPairWithoutNameEvent()
56 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
101 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
251 if (!mCachedDevice.startPairing()) { in pair()
254 if (!mCachedDevice.startPairing()) { in pair()