Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java188 state.callStrengthDescription = statusIcon.contentDescription; in setCallIndicator()
250 public String callStrengthDescription; field in StatusBarSignalPolicy.CallIndicatorIconState
270 && callStrengthDescription == that.callStrengthDescription; in equals()
277 callStrengthResId, subId, noCallingDescription, callStrengthDescription); in hashCode()
286 other.callStrengthDescription = callStrengthDescription; in copyTo()
DStatusBarIconHolder.kt149 if (state.isNoCalling) state.noCallingDescription else state.callStrengthDescription in fromCallIndicatorState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DStatusBarIconControllerImpl.java298 state.callStrengthDescription, StatusBarIcon.Type.SystemIcon)); in setCallStrengthIcons()