Searched refs:COLUMN_TIMESTAMP (Results 1 – 4 of 4) sorted by relevance
24 import static com.android.car.bugreport.BugStorageProvider.COLUMN_TIMESTAMP;105 values.put(COLUMN_TIMESTAMP, timestamp); in createBugReport()263 COLUMN_TIMESTAMP, in getBugreports()281 .setTimestamp(getString(c, COLUMN_TIMESTAMP)) in getBugreports()
112 static final String COLUMN_TIMESTAMP = "timestamp"; field in BugStorageProvider158 + COLUMN_TIMESTAMP + " TEXT NOT NULL,"
104 values.put(BugStorageProvider.COLUMN_TIMESTAMP, timestamp); in createBugReport()
188 values.put(BugStorageProvider.COLUMN_TIMESTAMP, timestamp); in createBugReport()