Searched refs:StorageSummaryDonutPreference (Results 1 – 5 of 5) sorted by relevance
40 private StorageSummaryDonutPreference mSummary;68 StorageSummaryDonutPreference summary = (StorageSummaryDonutPreference) preference; in updateState()
41 public class StorageSummaryDonutPreference extends Preference implements View.OnClickListener { class44 public StorageSummaryDonutPreference(Context context) { in StorageSummaryDonutPreference() method in StorageSummaryDonutPreference48 public StorageSummaryDonutPreference(Context context, AttributeSet attrs) { in StorageSummaryDonutPreference() method in StorageSummaryDonutPreference
62 private StorageSummaryDonutPreference mPreference;73 mPreference = new StorageSummaryDonutPreference(mContext); in setUp()