Searched refs:TIME_STAMP_MS (Results 1 – 2 of 2) sorted by relevance
25 …tatic com.android.settings.fuelgauge.batterytip.AnomalyDatabaseHelper.AnomalyColumns.TIME_STAMP_MS;93 values.put(TIME_STAMP_MS, timestampMs); in insertAnomaly()105 final String orderBy = AnomalyDatabaseHelper.AnomalyColumns.TIME_STAMP_MS + " DESC"; in queryAllAnomalies()107 final String selection = TIME_STAMP_MS + " > ? AND " + ANOMALY_STATE + " = ? "; in queryAllAnomalies()136 db.delete(TABLE_ANOMALY, TIME_STAMP_MS + " < ?", in deleteAllAnomaliesBeforeTimeStamp()172 final String[] projection = {ActionColumns.UID, ActionColumns.TIME_STAMP_MS}; in queryActionTime()179 final int timestampIndex = cursor.getColumnIndex(ActionColumns.TIME_STAMP_MS); in queryActionTime()201 values.put(ActionColumns.TIME_STAMP_MS, timestampMs); in insertAction()
81 String TIME_STAMP_MS = "time_stamp_ms"; field95 AnomalyColumns.TIME_STAMP_MS +98 + AnomalyColumns.ANOMALY_STATE + "," + AnomalyColumns.TIME_STAMP_MS + ")"119 String TIME_STAMP_MS = "time_stamp_ms"; field131 ActionColumns.TIME_STAMP_MS +