Home
last modified time | relevance | path

Searched refs:lastVoiceState (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DMobileSignalController.java565 int lastVoiceState = mCurrentState.getVoiceServiceState(); in updateMobileStatus() local
570 maybeNotifyCallStateChanged(lastVoiceState); in updateMobileStatus()
575 private void maybeNotifyCallStateChanged(int lastVoiceState) { in maybeNotifyCallStateChanged() argument
577 if (lastVoiceState == currentVoiceState) { in maybeNotifyCallStateChanged()
584 if (lastVoiceState == -1 in maybeNotifyCallStateChanged()
585 || (lastVoiceState == ServiceState.STATE_IN_SERVICE in maybeNotifyCallStateChanged()