Searched refs:ProgressCategory (Results 1 – 4 of 4) sorted by relevance
29 public class ProgressCategory extends ProgressCategoryBase { class36 public ProgressCategory(Context context) { in ProgressCategory() method in ProgressCategory41 public ProgressCategory(Context context, AttributeSet attrs) { in ProgressCategory() method in ProgressCategory46 public ProgressCategory(Context context, AttributeSet attrs, in ProgressCategory() method in ProgressCategory52 … public ProgressCategory(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ProgressCategory() method in ProgressCategory
22 import com.android.settings.ProgressCategory;28 public class BluetoothProgressCategory extends ProgressCategory {
24 import com.android.settings.ProgressCategory;31 public class AudioStreamsProgressCategoryPreference extends ProgressCategory {
108 final PreferenceCategory nestedCategory = new ProgressCategory(mContext); in removePreference_nested_shouldRemove()