Searched refs:lastVoiceState (Results 1 – 1 of 1) sorted by relevance
565 int lastVoiceState = mCurrentState.getVoiceServiceState(); in updateMobileStatus() local570 maybeNotifyCallStateChanged(lastVoiceState); in updateMobileStatus()575 private void maybeNotifyCallStateChanged(int lastVoiceState) { in maybeNotifyCallStateChanged() argument577 if (lastVoiceState == currentVoiceState) { in maybeNotifyCallStateChanged()584 if (lastVoiceState == -1 in maybeNotifyCallStateChanged()585 || (lastVoiceState == ServiceState.STATE_IN_SERVICE in maybeNotifyCallStateChanged()