D | HeadsetService.java | 605 public void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() method in HeadsetService.BluetoothHeadsetBinder 611 service.phoneStateChanged(numActive, numHeld, callState, number, type, name, false); in phoneStateChanged() 1256 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1257 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1258 phoneStateChanged(1, 0, HeadsetHalConstants.CALL_STATE_IDLE, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1274 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_IDLE, "", 0, "", true); in stopScoUsingVirtualVoiceCall() 1486 private void phoneStateChanged(int numActive, int numHeld, int callState, String number, in phoneStateChanged() method in HeadsetService
|