Home | History | Annotate | Download | only in telephony

Lines Matching refs:callId

90         public void onUpdate(final int callId, final int state, final String number) {
92 mHandler.sendMessage(mHandler.obtainMessage(WHAT, callId, state, number));