Searched refs:mLimitColor (Results 1 – 1 of 1) sorted by relevance
52 private final int mLimitColor; field in ChartDataUsagePreference66 mLimitColor = Utils.getColorAttrDefaultColor(context, android.R.attr.colorError); in ChartDataUsagePreference()268 topVisibility = mLimitColor; in bindNetworkPolicy()269 labels[2] = getLabel(policy.limitBytes, R.string.data_usage_sweep_limit, mLimitColor); in bindNetworkPolicy()286 private CharSequence getLabel(long bytes, int str, int mLimitColor) { in getLabel() argument291 return new SpannableStringBuilder().append(label, new ForegroundColorSpan(mLimitColor), 0); in getLabel()