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