Searched refs:attrs (Results 1 - 25 of 781) sorted by last modified time

1234567891011>>

/packages/services/Telephony/src/com/android/phone/
H A DAdvancedOptionsPreference.java29 public AdvancedOptionsPreference(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
H A DCLIRListPreference.java31 public CLIRListPreference(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DCallBarringDeselectAllPreference.java45 * @param attrs The attributes of the XML tag that is inflating EditTextPreference.
47 public CallBarringDeselectAllPreference(Context context, AttributeSet attrs) { argument
48 super(context, attrs);
H A DCallBarringEditPreference.java75 * @param attrs The attributes of the XML tag that is inflating EditTextPreference.
77 public CallBarringEditPreference(Context context, AttributeSet attrs) { argument
78 super(context, attrs);
80 TypedArray typedArray = context.obtainStyledAttributes(attrs,
91 typedArray = context.obtainStyledAttributes(attrs,
H A DCallForwardEditPreference.java52 public CallForwardEditPreference(Context context, AttributeSet attrs) { argument
53 super(context, attrs);
57 TypedArray a = context.obtainStyledAttributes(attrs,
H A DCallWaitingSwitchPreference.java24 public CallWaitingSwitchPreference(Context context, AttributeSet attrs, int defStyle) { argument
25 super(context, attrs, defStyle);
28 public CallWaitingSwitchPreference(Context context, AttributeSet attrs) { argument
29 this(context, attrs, com.android.internal.R.attr.switchPreferenceStyle);
H A DCdmaSubscriptionListPreference.java48 public CdmaSubscriptionListPreference(Context context, AttributeSet attrs) { argument
49 super(context, attrs);
H A DCdmaSystemSelectListPreference.java42 public CdmaSystemSelectListPreference(Context context, AttributeSet attrs) { argument
43 super(context, attrs);
H A DCdmaVoicePrivacySwitchPreference.java36 public CdmaVoicePrivacySwitchPreference(Context context, AttributeSet attrs, int defStyle) { argument
37 super(context, attrs, defStyle);
43 public CdmaVoicePrivacySwitchPreference(Context context, AttributeSet attrs) { argument
44 this(context, attrs, com.android.internal.R.attr.switchPreferenceStyle);
H A DDataUsagePreference.java41 public DataUsagePreference(Context context, AttributeSet attrs) { argument
42 super(context, attrs);
H A DEditPhoneNumberPreference.java120 public EditPhoneNumberPreference(Context context, AttributeSet attrs) { argument
121 super(context, attrs);
130 TypedArray a = context.obtainStyledAttributes(attrs,
139 a = context.obtainStyledAttributes(attrs, android.R.styleable.CheckBoxPreference, 0, 0);
H A DEmergencyActionGroup.java68 public EmergencyActionGroup(Context context, @Nullable AttributeSet attrs) { argument
69 super(context, attrs);
H A DMobileDataPreference.java59 public MobileDataPreference(Context context, AttributeSet attrs) { argument
60 super(context, attrs, com.android.internal.R.attr.switchPreferenceStyle);
H A DNetworkOperators.java74 public NetworkOperators(Context context, AttributeSet attrs) { argument
75 super(context, attrs);
H A DNetworkSelectListPreference.java91 public NetworkSelectListPreference(Context context, AttributeSet attrs) { argument
92 super(context, attrs);
95 public NetworkSelectListPreference(Context context, AttributeSet attrs, int defStyleAttr, argument
97 super(context, attrs, defStyleAttr, defStyleRes);
H A DRestrictedPreference.java43 public RestrictedPreference(Context context, AttributeSet attrs, argument
45 super(context, attrs, defStyleAttr, defStyleRes);
52 public RestrictedPreference(Context context, AttributeSet attrs, int defStyleAttr) { argument
53 this(context, attrs, defStyleAttr, 0);
56 public RestrictedPreference(Context context, AttributeSet attrs) { argument
57 this(context, attrs, android.R.attr.preferenceStyle);
H A DRestrictedSwitchPreference.java36 public RestrictedSwitchPreference(Context context, AttributeSet attrs, int defStyleAttr, argument
38 super(context, attrs, defStyleAttr, defStyleRes);
43 public RestrictedSwitchPreference(Context context, AttributeSet attrs, int defStyleAttr) { argument
44 this(context, attrs, defStyleAttr, 0);
47 public RestrictedSwitchPreference(Context context, AttributeSet attrs) { argument
48 this(context, attrs, com.android.internal.R.attr.switchPreferenceStyle);
/packages/services/Telephony/src/com/android/phone/settings/
H A DAccountSelectionPreference.java58 public AccountSelectionPreference(Context context, AttributeSet attrs) { argument
59 super(context, attrs);
H A DTextViewPreference.java52 * @param attrs The attributes of the XML tag that is inflating the preference.
60 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
61 super(context, attrs, defStyleAttr, defStyleRes);
71 * @param attrs The attributes of the XML tag that is inflating the preference.
75 public TextViewPreference(Context context, AttributeSet attrs, int defStyleAttr) { argument
76 this(context, attrs, defStyleAttr, 0);
84 * @param attrs The attributes of the XML tag that is inflating the preference.
86 public TextViewPreference(Context context, AttributeSet attrs) { argument
87 this(context, attrs, android.R.attr.preferenceStyle, 0);
59 TextViewPreference( Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) argument
H A DTtyModeListPreference.java37 public TtyModeListPreference(Context context, AttributeSet attrs) { argument
38 super(context, attrs);
H A DVoicemailProviderListPreference.java76 public VoicemailProviderListPreference(Context context, AttributeSet attrs) { argument
77 super(context, attrs);
/packages/services/Telephony/src/com/android/phone/settings/fdn/
H A DEditPinPreference.java62 public EditPinPreference(Context context, AttributeSet attrs) { argument
63 super(context, attrs);
66 public EditPinPreference(Context context, AttributeSet attrs, int defStyle) { argument
67 super(context, attrs, defStyle);
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
H A DTouchPointView.java50 public TouchPointView(Context context, AttributeSet attrs) { argument
51 this(context, attrs, 0);
54 public TouchPointView(Context context, AttributeSet attrs, int defStyle) { argument
55 super(context, attrs, defStyle);
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DCardPanel.java44 public CardPanel(Context context, AttributeSet attrs) { argument
45 this(context, attrs, 0);
48 public CardPanel(Context context, AttributeSet attrs, int defStyleAttr) { argument
49 super(context, attrs, defStyleAttr);
H A DClusterView.java71 public ClusterView(Context context, AttributeSet attrs) { argument
72 super(context, attrs);

Completed in 154 milliseconds

1234567891011>>