Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp716 jint call_state, jint signal, jint roam, in cindResponseNative() argument
731 (bluetooth::headset::bthf_call_state_t)call_state, signal, roam, in cindResponseNative()
828 jint call_state, jstring number_str, in phoneStateChangeNative() argument
848 num_active, num_held, (bluetooth::headset::bthf_call_state_t)call_state, in phoneStateChangeNative()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
DInCallDialpadFragment.java57 mCallStateView = rootView.findViewById(R.id.call_state); in onCreateView()