Home | History | Annotate | Download | only in phone

Lines Matching refs:convertCallState

291                             convertCallState(Call.State.IDLE, Call.State.DIALING),
295 convertCallState(Call.State.IDLE, Call.State.ALERTING),
312 convertCallState(Call.State.IDLE, mForegroundCallState),
341 convertCallState(mRingingCallState, mForegroundCallState),
368 convertCallState(mRingingCallState, mForegroundCallState),
542 int state = convertCallState(connection.getState());
892 static int convertCallState(Call.State ringingState, Call.State foregroundState) {
904 static int convertCallState(Call.State callState) {