Searched refs:DreamInfo (Results 1 – 2 of 2) sorted by relevance
55 public static class DreamInfo { class in DreamBackend64 StringBuilder sb = new StringBuilder(DreamInfo.class.getSimpleName()); in toString()95 public List<DreamInfo> getDreamInfos() { in getDreamInfos()102 List<DreamInfo> dreamInfos = new ArrayList<DreamInfo>(resolveInfos.size()); in getDreamInfos()106 DreamInfo dreamInfo = new DreamInfo(); in getDreamInfos()204 public void launchSettings(DreamInfo dreamInfo) { in launchSettings()211 public void preview(DreamInfo dreamInfo) { in preview()291 private static class DreamInfoComparator implements Comparator<DreamInfo> {299 public int compare(DreamInfo lhs, DreamInfo rhs) { in compare()303 private String sortKey(DreamInfo di) { in sortKey()
46 import com.android.settings.DreamBackend.DreamInfo;268 List<DreamInfo> dreamInfos = mBackend.getDreamInfos();282 private class DreamInfoAdapter extends ArrayAdapter<DreamInfo> {292 DreamInfo dreamInfo = getItem(position);326 mBackend.launchSettings((DreamInfo) row.getTag());339 activate((DreamInfo) row.getTag());344 private DreamInfo getCurrentSelection() {346 DreamInfo dreamInfo = getItem(i);352 private void activate(DreamInfo dreamInfo) {