Home
last modified time | relevance | path

Searched refs:COLUMN_NAME_TIME (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
DLocationDbHelper.java45 public static final String COLUMN_NAME_TIME = "time"; field in LocationDbHelper
57 + COLUMN_NAME_TIME + INTEGER_TYPE
95 values.put(COLUMN_NAME_TIME, entry.calendar.getTimeInMillis()); in insert()
111 COLUMN_NAME_TIME in read()
116 String sortOrder = COLUMN_NAME_TIME + " ASC"; in read()