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

/frameworks/base/core/java/android/server/
H A DBluetoothDeviceService.java890 return getRemoteRevisionNative(address);
892 private native String getRemoteRevisionNative(String address); method in class:BluetoothDeviceService
/frameworks/base/core/jni/
H A Dandroid_server_BluetoothDeviceService.cpp715 static jstring getRemoteRevisionNative(JNIEnv *env, jobject obj, jstring address) { function in namespace:android
1018 {"getRemoteRevisionNative", "(Ljava/lang/String;)Ljava/lang/String;", (void *)getRemoteRevisionNative},

Completed in 8 milliseconds