Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarSignalPolicy.java187 state.callStrengthResId = statusIcon.icon; in setCallIndicator()
247 public int callStrengthResId; field in StatusBarSignalPolicy.CallIndicatorIconState
255 this.callStrengthResId = TelephonyIcons.MOBILE_CALL_STRENGTH_ICONS[0]; in CallIndicatorIconState()
267 && callStrengthResId == that.callStrengthResId in equals()
277 callStrengthResId, subId, noCallingDescription, callStrengthDescription); in hashCode()
283 other.callStrengthResId = callStrengthResId; in copyTo()
DStatusBarIconHolder.kt147 val resId = if (state.isNoCalling) state.noCallingResId else state.callStrengthResId in fromCallIndicatorState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ui/
DStatusBarIconControllerImpl.java297 Icon.createWithResource(mContext, state.callStrengthResId), 0, 0, in setCallStrengthIcons()