Home | History | Annotate | Download | only in content

Lines Matching refs:timestamp

203         long timestamp = 0;
212 // Save the largest timestamp returned. Only need the first one due to the sort
215 timestamp = data.getLong(data.getColumnIndex(
219 if (timestamp > 0) {
220 saveLastTimestamp(timestamp, PREF_KEY_CHANGE);
221 mChangeButton.setText("Changed since " + timestamp);
229 timestamp = data.getLong(data.getColumnIndex(
233 if (timestamp > 0) {
234 saveLastTimestamp(timestamp, PREF_KEY_DELETE);
235 mDeleteButton.setText("Deleted since " + timestamp);
296 String timestamp = cursor.getString(cursor.getColumnIndex(
300 setText(item.getChildAt(1), timestamp);
329 String timestamp = cursor.getString(cursor.getColumnIndex(
334 setText(item.getChildAt(2), timestamp);