Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummaryPreference.java177 TextView limitInfo = getDataLimits(holder); in onBindViewHolder() local
186 limitInfo.setVisibility(TextUtils.isEmpty(mLimitInfoText) ? View.GONE : View.VISIBLE); in onBindViewHolder()
187 limitInfo.setText(mLimitInfoText); in onBindViewHolder()
194 limitInfo.setVisibility(View.GONE); in onBindViewHolder()
218 limitInfo.setVisibility( in onBindViewHolder()
220 limitInfo.setText(mLimitInfoText); in onBindViewHolder()