HomeSort by relevance Sort by last modified time
    Searched refs:mThrottleRatePref (Results 1 - 2 of 2) sorted by null

  /packages/apps/Phone/src/com/android/phone/
DataUsage.java 40 private Preference mThrottleRatePref;
57 mThrottleRatePref = findPreference("throttle_rate");
68 mTimeFramePref, mThrottleRatePref);
DataUsageListener.java 45 private Preference mThrottleRatePref = null;
74 mThrottleRatePref = throttleRate;
190 if (mThrottleRatePref != null) {
191 mThrottleRatePref.setSummary(mContext.getString(R.string.throttle_rate_subtext,

Completed in 30 milliseconds