Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DFixedLineSummaryPreference.java31 public class FixedLineSummaryPreference extends Preference { class
35 public FixedLineSummaryPreference(Context context, AttributeSet attrs) { in FixedLineSummaryPreference() method in FixedLineSummaryPreference
37 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.FixedLineSummaryPreference, in FixedLineSummaryPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DFixedLineSummaryPreferenceTest.java46 private FixedLineSummaryPreference mPreference;
53 mPreference = new FixedLineSummaryPreference(mContext, null); in setUp()