Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:context

22 import android.content.Context;
29 public BluetoothProgressCategory(Context context) {
30 this(context, null);
33 public BluetoothProgressCategory(Context context, AttributeSet attrs) {
34 this(context, attrs, 0);
37 public BluetoothProgressCategory(Context context, AttributeSet attrs, int defStyleAttr) {
38 this(context, attrs, defStyleAttr, 0);
41 public BluetoothProgressCategory(Context context, AttributeSet attrs, int defStyleAttr,
43 super(context, attrs, defStyleAttr, defStyleRes);