Searched refs:COLUMN_LAST_OPEN (Results 1 – 1 of 1) sorted by relevance
48 + AppDbItem.COLUMN_LAST_OPEN + " INTEGER "105 new String[] {AppDbItem.COLUMN_COMPONENT, AppDbItem.COLUMN_LAST_OPEN}, in readLastOpens() argument109 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