Home
last modified time | relevance | path

Searched refs:unregisterHealthAppNative (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hdp.cpp183 static jboolean unregisterHealthAppNative(JNIEnv* env, jobject object, in unregisterHealthAppNative() function
234 {"unregisterHealthAppNative", "(I)Z", (void*)unregisterHealthAppNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java190 if (!unregisterHealthAppNative(appId)) { in handleMessage()
909 private native boolean unregisterHealthAppNative(int appId); in unregisterHealthAppNative() method in HealthService