HomeSort by relevance Sort by last modified time
    Searched defs:startPairing (Results 1 - 2 of 2) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java 74 * that you want to connect to, call {@link #startPairing(BluetoothDevice)}
115 * Time between when the call to {@link #startPairing(BluetoothDevice)} is
297 * {@link #startPairing(BluetoothDevice)} or
298 * {@link #startPairing(BluetoothDevice, int)} is called. This instance
378 public void startPairing(BluetoothDevice device) {
379 startPairing(device, DELAY_MANUAL_PAIRING);
383 * See {@link #startPairing(BluetoothDevice)}.
387 public void startPairing(BluetoothDevice device, int delay) {
388 startPairing(device, delay, true);
429 private void startPairing(BluetoothDevice device, int delay, boolean isManual)
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
CachedBluetoothDevice.java 286 startPairing();
293 boolean startPairing() {

Completed in 128 milliseconds