Searched refs:callStrengthResId (Results 1 – 3 of 3) sorted by relevance
187 state.callStrengthResId = statusIcon.icon; in setCallIndicator()247 public int callStrengthResId; field in StatusBarSignalPolicy.CallIndicatorIconState255 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()
147 val resId = if (state.isNoCalling) state.noCallingResId else state.callStrengthResId in fromCallIndicatorState()
297 Icon.createWithResource(mContext, state.callStrengthResId), 0, 0, in setCallStrengthIcons()