Searched defs:convertCallState (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
H A DBluetoothPhoneService.java264 convertCallState(Call.State.IDLE, Call.State.DIALING),
268 convertCallState(Call.State.IDLE, Call.State.ALERTING),
285 convertCallState(Call.State.IDLE, mForegroundCallState),
314 convertCallState(mRingingCallState, mForegroundCallState),
341 convertCallState(mRingingCallState, mForegroundCallState),
515 int state = convertCallState(connection.getState());
865 static int convertCallState(Call.State ringingState, Call.State foregroundState) { method in class:BluetoothPhoneService
885 static int convertCallState(Call.State callState) { method in class:BluetoothPhoneService

Completed in 51 milliseconds