Home
last modified time | relevance | path

Searched refs:setPin (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothDevice.java1512 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice
1519 return service.setPin(this, true, pin.length, pin); in setPin()
1534 public boolean setPin(@NonNull String pin) { in setPin() method in BluetoothDevice
1539 return setPin(pinBytes); in setPin()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java182 mDevice.setPin(mPin); in onReceive()
/frameworks/base/api/
Dlint-baseline.txt615 RequiresPermission: android.bluetooth.BluetoothDevice#setPin(byte[]):
Dcurrent.txt8370 method public boolean setPin(byte[]);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6205 method public boolean setPin(byte[]);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt10969 Landroid/bluetooth/IBluetooth$Stub$Proxy;->setPin(Landroid/bluetooth/BluetoothDevice;ZI[B)Z
11098 Landroid/bluetooth/IBluetooth;->setPin(Landroid/bluetooth/BluetoothDevice;ZI[B)Z
/frameworks/base/non-updatable-api/
Dcurrent.txt8370 method public boolean setPin(byte[]);