Searched defs:DashboardCategory (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardCategory.java27 public class DashboardCategory implements Parcelable { class in inherits:Parcelable
30 * Default value for {@link com.android.settings.dashboard.DashboardCategory#id DashboardCategory.id}
70 public DashboardCategory() { method in class:DashboardCategory
145 DashboardCategory(Parcel in) { method in class:DashboardCategory
149 public static final Creator<DashboardCategory> CREATOR = new Creator<DashboardCategory>() {
150 public DashboardCategory createFromParcel(Parcel source) {
151 return new DashboardCategory(source);
154 public DashboardCategory[] newArra
[all...]

Completed in 121 milliseconds