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

/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxSessionStorage.java42 public static final String COLUMN_TIME = "time"; field in class:BordeauxSessionStorage
50 COLUMN_MODEL + " BLOB, " + COLUMN_TIME + " INTEGER);";
87 entry.put(COLUMN_TIME, System.currentTimeMillis());
117 new String[]{COLUMN_KEY, COLUMN_CLASS, COLUMN_MODEL, COLUMN_TIME},

Completed in 89 milliseconds