Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DMobileSignalController.java576 int currentVoiceState = mCurrentState.getVoiceServiceState(); in maybeNotifyCallStateChanged() local
577 if (lastVoiceState == currentVoiceState) { in maybeNotifyCallStateChanged()
586 || currentVoiceState == ServiceState.STATE_IN_SERVICE)) { in maybeNotifyCallStateChanged()
597 int currentVoiceState = mCurrentState.getVoiceServiceState(); in updateNoCallingState() local
598 boolean isNoCalling = currentVoiceState != ServiceState.STATE_IN_SERVICE; in updateNoCallingState()