Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetooth.aidl79 boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode); in setPin() method
DBluetoothDevice.java1201 public boolean setPin(byte[] pin) { in setPin() method in BluetoothDevice
1207 return sService.setPin(this, true, pin.length, pin); in setPin()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java176 mDevice.setPin(mPin); in onReceive()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6205 method public boolean setPin(byte[]);
/frameworks/base/api/
Dcurrent.txt7591 method public boolean setPin(byte[]);
Dsystem-current.txt8070 method public boolean setPin(byte[]);