Searched refs:startPairing (Results 1 – 8 of 8) sorted by relevance
193 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_startsPairing()202 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_pairingStartFails_resumesScanning()215 when(mUnbondedCachedDevice.startPairing()).thenReturn(true); in onDeviceClicked_requestsPhonebookAccess()228 when(mUnbondedCachedDevice.startPairing()).thenReturn(true); in onDeviceClicked_requestsMessageAccess()
289 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_unbondedDevice_needsAuth_startsPairing()304 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning()
443 public void startPairing(BluetoothDevice device) { in startPairing() method in BluetoothDevicePairer444 startPairing(device, true); in startPairing()485 private void startPairing(BluetoothDevice device, boolean isManual) { in startPairing() method in BluetoothDevicePairer556 startPairing(mTarget, false); in updatePairingState()
507 mBluetoothPairer.startPairing(target); in btDeviceClicked()
62 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
114 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
151 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEvent()167 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEventAndPairWithoutNameEvent()
416 if (!mCachedDevice.startPairing()) { in pair()