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

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp223 static jboolean unregisterHealthAppNative(JNIEnv *env, jobject object, int app_id) { function in namespace:android
274 {"unregisterHealthAppNative", "(I)Z", (void *) unregisterHealthAppNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java186 if (!unregisterHealthAppNative(appId)) {
876 private native boolean unregisterHealthAppNative(int appId); method in class:HealthService

Completed in 78 milliseconds