Home | History | Annotate | Download | only in phone

Lines Matching defs:convertCallState

268                             convertCallState(Call.State.IDLE, Call.State.DIALING),
272 convertCallState(Call.State.IDLE, Call.State.ALERTING),
289 convertCallState(Call.State.IDLE, mForegroundCallState),
318 convertCallState(mRingingCallState, mForegroundCallState),
347 convertCallState(mRingingCallState, mForegroundCallState),
521 int state = convertCallState(connection.getState());
893 static int convertCallState(Call.State ringingState, Call.State foregroundState) {
913 static int convertCallState(Call.State callState) {