Searched defs:nativeData (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/core/java/android/server/ |
| D | BluetoothEventLoop.java | 412 private String checkPairingRequestAndGetAddress(String objectPath, int nativeData) { in checkPairingRequestAndGetAddress() 437 private void onRequestPairingConsent(String objectPath, int nativeData) { in onRequestPairingConsent() 462 private void onRequestPasskeyConfirmation(String objectPath, int passkey, int nativeData) { in onRequestPasskeyConfirmation() 475 private void onRequestPasskey(String objectPath, int nativeData) { in onRequestPasskey() 487 private void onRequestPinCode(String objectPath, int nativeData) { in onRequestPinCode() 520 private void onDisplayPasskey(String objectPath, int passkey, int nativeData) { in onDisplayPasskey()
|
| D | BluetoothService.java | 1668 private native boolean cancelPairingUserInputNative(String address, int nativeData); in cancelPairingUserInputNative() 1669 private native boolean setPinNative(String address, String pin, int nativeData); in setPinNative() 1670 private native boolean setPasskeyNative(String address, int passkey, int nativeData); in setPasskeyNative() 1672 int nativeData); in setPairingConfirmationNative()
|
| /frameworks/base/core/jni/ |
| D | android_server_BluetoothService.cpp | 436 int nativeData) { in setPairingConfirmationNative() 467 int passkey, int nativeData) { in setPasskeyNative() 494 jstring pin, int nativeData) { in setPinNative() 524 jstring address, int nativeData) { in cancelPairingUserInputNative()
|