Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsDbHelper.java48 + AppDbItem.COLUMN_LAST_OPEN + " INTEGER "
105 new String[] {AppDbItem.COLUMN_COMPONENT, AppDbItem.COLUMN_LAST_OPEN}, in readLastOpens() argument
109 final int lastOpenIndex = c.getColumnIndex(AppDbItem.COLUMN_LAST_OPEN); in readLastOpens()
137 contentValues.put(AppDbItem.COLUMN_LAST_OPEN, lastOpen.getTime()); in writeLastOpen()
258 public static final String COLUMN_LAST_OPEN = "last_open"; field in LaunchItemsDbHelper.AppDbItem