/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1005 by torben, Sat Jul 10 16:03:10 2010 UTC revision 1006 by torben, Mon Aug 2 23:18:53 2010 UTC
# Line 54  public class DebugProvider implements De Line 54  public class DebugProvider implements De
54                  return bean;                  return bean;
55          }          }
56    
57          @Override          
58          public List<StationBean> getStations() {          public List<StationBean> getStations() {
59                  List<StationBean> stations = new ArrayList<StationBean>();                  List<StationBean> stations = new ArrayList<StationBean>();
60                                    
# Line 89  public class DebugProvider implements De Line 89  public class DebugProvider implements De
89          }          }
90    
91          @Override          @Override
92          public boolean lookupStations(Location location) {          public List<StationBean> lookupStations(Location location) {
93                  return true;                  return getStations();
94          }          }
95                    
96          @Override          @Override
97          public boolean lookupStationsByName(String name) {          public List<StationBean> lookupStationsByName(String name) {
98                  return true;                  return getStations();
99          }          }
100                    
101                    
102    
103          @Override          @Override
104          public boolean lookupStationsByIds(String ids) {          public List<StationBean> lookupStationsByIds(String ids) {
105                  return true;                  return getStations();
106          }          }
107    
108          @Override          @Override

Legend:
Removed from v.1005  
changed lines
  Added in v.1006

  ViewVC Help
Powered by ViewVC 1.1.20