Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceControllerTest.java140 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()
DBluetoothDevicePickerPreferenceControllerTest.java221 verify(mUnbondedCachedDevice).startPairing(); in onDeviceClicked_unbondedDevice_needsAuth_startsPairing()
233 when(mUnbondedCachedDevice.startPairing()).thenReturn(false); in onDeviceClicked_unbondedDevice_needsAuth_pairingStartFails_resumesScanning()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java399 public void startPairing(BluetoothDevice device) { in startPairing() method in BluetoothDevicePairer
400 startPairing(device, true); in startPairing()
441 private void startPairing(BluetoothDevice device, boolean isManual) { in startPairing() method in BluetoothDevicePairer
506 startPairing(mTarget, false); in updatePairingState()
DAddAccessoryActivity.java461 mBluetoothPairer.startPairing(target); in btDeviceClicked()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDevicePreferenceTest.java102 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEvent()
118 when(mCachedBluetoothDevice.startPairing()).thenReturn(true); in onClicked_deviceNotBonded_shouldLogBluetoothPairEventAndPairWithoutNameEvent()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothUnbondedDevicesPreferenceController.java56 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
DBluetoothDevicePickerPreferenceController.java101 if (cachedDevice.startPairing()) { in onDeviceClickedInternal()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothDevicePreference.java251 if (!mCachedDevice.startPairing()) { in pair()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePreference.java254 if (!mCachedDevice.startPairing()) { in pair()