Searched refs:cancelPairingUserInputNative (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_server_BluetoothService.cpp678 static jboolean cancelPairingUserInputNative(JNIEnv *env, jobject object, function in namespace:android
1715 {"cancelPairingUserInputNative", "(Ljava/lang/String;I)Z",
1716 (void *)cancelPairingUserInputNative},
/frameworks/base/core/java/android/server/
H A DBluetoothService.java1437 return cancelPairingUserInputNative(address, data.intValue());
2812 private native boolean cancelPairingUserInputNative(String address, int nativeData); method in class:BluetoothService

Completed in 166 milliseconds