Searched refs:startPairing (Results 1 – 8 of 8) sorted by relevance
161 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_startsPairing()169 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_pairingStartFails_resumesScanning()180 when(mUnbondedCachedDevice.startPairing()).thenReturn(true); in onDeviceClicked_requestsPhonebookAccess()192 when(mUnbondedCachedDevice.startPairing()).thenReturn(true); in onDeviceClicked_requestsMessageAccess()
214 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_unbondedDevice_needsAuth_startsPairing()226 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning()
420 public void startPairing(BluetoothDevice device) { in startPairing() method in BluetoothDevicePairer421 startPairing(device, true); in startPairing()462 private void startPairing(BluetoothDevice device, boolean isManual) { in startPairing() method in BluetoothDevicePairer527 startPairing(mTarget, false); in updatePairingState()
492 mBluetoothPairer.startPairing(target); in btDeviceClicked()
135 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEvent()151 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEventAndPairWithoutNameEvent()
60 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
101 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
309 if (!mCachedDevice.startPairing()) { in pair()