Home
last modified time | relevance | path

Searched refs:pinCode (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Wifi/tests/hostsidetests/multidevices/com.google.snippet.wifi/direct/
DWifiP2pManagerSnippet.java389 String pinCode = pinValue.getText(); in wifiP2pGetPinCode() local
390 Log.d("Retrieved PIN code: " + pinCode); in wifiP2pGetPinCode()
399 return pinCode; in wifiP2pGetPinCode()
435 String pinCode = pinValue.getText(); in wifiP2pGetKeypadPinCode() local
436 Log.d("Retrieved PIN code: " + pinCode); in wifiP2pGetKeypadPinCode()
445 return pinCode; in wifiP2pGetKeypadPinCode()
456 public void wifiP2pEnterPin(String pinCode, String deviceName) throws WifiP2pManagerException { in wifiP2pEnterPin() argument
473 pinEntryField.setText(pinCode); in wifiP2pEnterPin()
474 Log.d("Entered PIN code: " + pinCode); in wifiP2pEnterPin()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java940 byte[] pinCode, in setPin() argument
956 if (pinCode.length != len) { in setPin()
966 .pinReply(getBytesFromAddress(device.getAddress()), accept, len, pinCode); in setPin()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl142 …boolean setPin(in BluetoothDevice device, boolean accept, int len, in byte[] pinCode, in Attributi… in setPin() argument