Home
last modified time | relevance | path

Searched refs:ProgressCategory (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DProgressCategory.java28 public class ProgressCategory extends ProgressCategoryBase { class
35 public ProgressCategory(Context context) { in ProgressCategory() method in ProgressCategory
40 public ProgressCategory(Context context, AttributeSet attrs) { in ProgressCategory() method in ProgressCategory
45 public ProgressCategory(Context context, AttributeSet attrs, in ProgressCategory() method in ProgressCategory
51 … public ProgressCategory(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ProgressCategory() method in ProgressCategory
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothProgressCategory.java22 import com.android.settings.ProgressCategory;
28 public class BluetoothProgressCategory extends ProgressCategory {
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsPreferenceFragmentTest.java61 final PreferenceCategory nestedCategory = new ProgressCategory(mContext); in removePreference_nested_shouldRemove()