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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DDashboardCategory.java28 public class DashboardCategory implements Parcelable { class in inherits:Parcelable
30 private static final String TAG = "DashboardCategory";
54 public DashboardCategory() { method in class:DashboardCategory
131 DashboardCategory(Parcel in) { method in class:DashboardCategory
135 public static final Creator<DashboardCategory> CREATOR = new Creator<DashboardCategory>() {
136 public DashboardCategory createFromParcel(Parcel source) {
137 return new DashboardCategory(source);
140 public DashboardCategory[] newArray(int size) {
141 return new DashboardCategory[siz
[all...]

Completed in 64 milliseconds