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

/packages/apps/Phone/src/com/android/phone/
H A DBluetoothPhoneService.java291 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) { method in class:BluetoothPhoneService
904 static int convertCallState(Call.State callState) { method in class:BluetoothPhoneService

Completed in 158 milliseconds