Searched refs:LocationDbHelper (Results 1 – 3 of 3) sorted by relevance
21 import com.example.android.wearable.speedtracker.db.LocationDbHelper;33 LocationDbHelper dbHelper = new LocationDbHelper(getApplicationContext()); in onCreate()
21 import com.example.android.wearable.speedtracker.db.LocationDbHelper;37 private LocationDbHelper mDbHelper;39 public LocationDataManager(LocationDbHelper dbHelper) { in LocationDataManager()
37 public class LocationDbHelper extends SQLiteOpenHelper { class64 public LocationDbHelper(Context context) { in LocationDbHelper() method in LocationDbHelper