Searched refs:phoneStateChangeNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_hfp.cpp | 755 static jboolean phoneStateChangeNative(JNIEnv *env, jobject object, jint num_active, jint num_held, in phoneStateChangeNative() function 812 {"phoneStateChangeNative", "(IIILjava/lang/String;I)Z", (void *) phoneStateChangeNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetStateMachine.java | 2735 phoneStateChangeNative(callState.mNumActive, callState.mNumHeld, in processCallState() 2759 phoneStateChangeNative(callState.mNumActive, callState.mNumHeld, in processCallState() 3449 private native boolean phoneStateChangeNative(int numActive, int numHeld, int callState, in phoneStateChangeNative() method in HeadsetStateMachine
|