Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidNativeInterface.java115 return addToWhiteListNative(getByteAddress(device)); in addToWhiteList()
182 private native boolean addToWhiteListNative(byte[] address); in addToWhiteListNative() method in HearingAidNativeInterface
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hearing_aid.cpp196 static jboolean addToWhiteListNative(JNIEnv* env, jobject object, in addToWhiteListNative() function
227 {"addToWhiteListNative", "([B)Z", (void*)addToWhiteListNative},