Searched refs:callheld (Results 1 – 4 of 4) sorted by relevance
177 int callheld = 1; in onCallHeld() local178 mNativeInterface.onCallSetup(callheld, TEST_DEVICE_ADDRESS); in onCallHeld()183 assertThat(event.getValue().valueInt).isEqualTo(callheld); in onCallHeld()
521 void onCallHeld(int callheld, byte[] address) { in onCallHeld() argument523 event.valueInt = callheld; in onCallHeld()
234 bthf_client_callheld_t callheld);
211 bthf_client_callheld_t callheld) { in callheld_cb() argument219 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint)callheld, in callheld_cb()