Searched refs:IFormatter (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
H A DIFormatter.java22 interface IFormatter { interface
H A DTrackerDataHelper.java32 protected IFormatter mFormatter;
35 public static final IFormatter CSV_FORMATTER = new CSVFormatter();
37 public static final IFormatter KML_FORMATTER = new KMLFormatter();
39 public static final IFormatter NO_FORMATTER = new IFormatter() {
59 public TrackerDataHelper(Context context, IFormatter formatter) {
H A DKMLFormatter.java26 class KMLFormatter implements IFormatter {
H A DCSVFormatter.java24 class CSVFormatter implements IFormatter {

Completed in 1081 milliseconds